From 2b8bd868cc2b326d96ffb39416d711d47401c5a1 Mon Sep 17 00:00:00 2001 From: Beu Date: Mon, 27 Sep 2021 01:41:32 +0200 Subject: [PATCH] fix typo --- PhysicsController.Script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhysicsController.Script.txt b/PhysicsController.Script.txt index 6c0534b..e8d24e5 100644 --- a/PhysicsController.Script.txt +++ b/PhysicsController.Script.txt @@ -521,7 +521,7 @@ Void SetML() { Quad_Bg.Size = <60., 74.>; Quad_Fg.Size = <60., 74.>; Frame_AllowSpectatorsControl.Visible = False; - } else if (!Last_UIAllowToBeControledBySpectators && Net_ServerAllowPlayersToBeControledBySpectators && !Net_ServerForcePlayersToBeControledBySpectators && Last_PlayerIsSpectator) { + } else if (!Last_UIAllowToBeControledBySpectators && Net_ServerAllowPlayersToBeControledBySpectators && !Net_ServerForcePlayersToBeControledBySpectators && !Last_PlayerIsSpectator) { Last_UIAllowToBeControledBySpectators = True; Quad_Bg.Size = <60., 85.>; Quad_Fg.Size = <60., 85.>;