From 10d6930807fc60bd52a735d5aa474f1a15f86b20 Mon Sep 17 00:00:00 2001 From: Beu Date: Sat, 25 Sep 2021 12:19:38 +0200 Subject: [PATCH] Minor fixes & remove double space --- PhysicsDiscovery.Script.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) 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() {