From e0ade2d956aaccce8c4130ec18e46b10099475e3 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sun, 20 Oct 2019 19:00:34 -0400 Subject: [PATCH] Update zDebriefLoadingScreen.cs Removed recursive loop --- Classic/scripts/autoexec/zDebriefLoadingScreen.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Classic/scripts/autoexec/zDebriefLoadingScreen.cs b/Classic/scripts/autoexec/zDebriefLoadingScreen.cs index 6a9945c..a72c791 100644 --- a/Classic/scripts/autoexec/zDebriefLoadingScreen.cs +++ b/Classic/scripts/autoexec/zDebriefLoadingScreen.cs @@ -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); } \ No newline at end of file