From 38253b9eeaada3d0be8b68d8347aeec3d8b78bc8 Mon Sep 17 00:00:00 2001 From: mjphillips1976 Date: Sat, 4 Oct 2025 20:59:18 -0700 Subject: [PATCH] Update Build.cs updated for october 2025 update --- Build.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build.cs b/Build.cs index 1584be2..69564e3 100644 --- a/Build.cs +++ b/Build.cs @@ -9,7 +9,7 @@ namespace Oxide.Plugins { - [Info("Build", "Gonzi", "2.2.3")] + [Info("Build", "Gonzi", "2.2.4")] [Description("Build, spawn, plant, upgrade, deploy anything the way that you want it")] public class Build : RustPlugin { @@ -1212,12 +1212,12 @@ private static void SetRotation(BaseEntity baseentity, Quaternion rotation) { buildingblock.RefreshEntityLinks(); buildingblock.UpdateSurroundingEntities(); - buildingblock.SendNetworkUpdateImmediate(false); + buildingblock.SendNetworkUpdateImmediate(); buildingblock.ClientRPC(null, "RefreshSkin"); } else { - baseentity.SendNetworkUpdateImmediate(false); + baseentity.SendNetworkUpdateImmediate(); baseentity.ClientRPC(null, "RefreshSkin"); } }