mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Update zDebriefLoadingScreen.cs
Removed recursive loop
This commit is contained in:
parent
b30e0d70e7
commit
e0ade2d956
|
|
@ -468,7 +468,4 @@ function NORMALsendModInfoToClient(%client)
|
|||
messageClient(%client, 'MsgLoadRulesLine', "", %ServerTextLine[%line], !%singlePlayer);
|
||||
|
||||
messageClient(%client, 'MsgLoadInfoDone');
|
||||
|
||||
// z0dd - ZOD, 5/12/02. Send mission info again so as not to conflict with cs scripts.
|
||||
schedule(10000, 0, "sendLoadInfoToClient", %client, true);
|
||||
}
|
||||
Loading…
Reference in a new issue