Small Change

Editor took out a lot of roaming spaces
This commit is contained in:
ChocoTaco1 2020-11-02 18:23:05 -05:00
parent d8ba0757a0
commit 0fef107848

View file

@ -909,8 +909,8 @@ function DefaultGame::missionLoadDone(%game)
{ {
%client = ClientGroup.getObject(%i); %client = ClientGroup.getObject(%i);
if(%client.lakobs $=1) if(%client.lakobs)
%client.lakobs = 0; %client.lakobs = "";
else else
{ {
%client.team = $NonRabbitTeam; %client.team = $NonRabbitTeam;