diff --git a/PhysicsDiscovery.Script.txt b/PhysicsDiscovery.Script.txt index 0a754d0..e8afd7c 100644 --- a/PhysicsDiscovery.Script.txt +++ b/PhysicsDiscovery.Script.txt @@ -71,7 +71,7 @@ foreach (Event in UIManager.PendingEvents) { // TODO: Add Secure token to admins declare Text Value = Event.CustomEventData[1]; if (Target == "all") { AllPlayersPhysics = GetUpdatedPlayerPhysicsVariable(EventName, Value, AllPlayersPhysics); - foreach (Player in Players) { + foreach (Player in Players) { SetPhysicsChange(EventName, Value, Player); declare netwrite K_PlayerPhysics Net_PlayerPhysics for Player = InitPlayerPhysicsVariable(); Net_PlayerPhysics = AllPlayersPhysics; @@ -247,6 +247,7 @@ Void SetML() {