Update zDebriefLoadingScreen.cs

Removed recursive loop
This commit is contained in:
ChocoTaco 2019-10-20 19:00:34 -04:00
parent b30e0d70e7
commit e0ade2d956

View file

@ -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);
}