fix typo
This commit is contained in:
parent
5a18850643
commit
2b8bd868cc
@ -521,7 +521,7 @@ Void SetML() {
|
|||||||
Quad_Bg.Size = <60., 74.>;
|
Quad_Bg.Size = <60., 74.>;
|
||||||
Quad_Fg.Size = <60., 74.>;
|
Quad_Fg.Size = <60., 74.>;
|
||||||
Frame_AllowSpectatorsControl.Visible = False;
|
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;
|
Last_UIAllowToBeControledBySpectators = True;
|
||||||
Quad_Bg.Size = <60., 85.>;
|
Quad_Bg.Size = <60., 85.>;
|
||||||
Quad_Fg.Size = <60., 85.>;
|
Quad_Fg.Size = <60., 85.>;
|
||||||
|
Loading…
Reference in New Issue
Block a user