From 92e18d14995bd70b571a9ba033044404623f6565 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Wed, 18 Nov 2020 14:59:39 -0500 Subject: [PATCH] Comments --- Classic/scripts/autoexec/altWarmup.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classic/scripts/autoexec/altWarmup.cs b/Classic/scripts/autoexec/altWarmup.cs index 74fe61a..c4f7b69 100644 --- a/Classic/scripts/autoexec/altWarmup.cs +++ b/Classic/scripts/autoexec/altWarmup.cs @@ -1,6 +1,6 @@ // altWarmup.cs // -// This script allows players time before a match pick teams +// This script allows players time before a match to pick teams // Puts everyone in observer at mission end // // exec("scripts/autoexec/altWarmup.cs"); @@ -41,7 +41,7 @@ function DefaultGame::setupClientTeams(%game) } // Re-done for our needs -// If team change too low can crash server --z0dd - ZOD +// If team change time too low can crash server --z0dd - ZOD function serverCmdClientJoinTeam(%client, %team, %admin) { // z0dd - ZOD, 4/10/04. ilys - if the client does not enter a team, uses a team less than -1,