From 4d9cdaf79724d9a87d009c936a4e97c56f8d94b1 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Tue, 17 Mar 2020 12:04:57 -0400 Subject: [PATCH] Update Autobalance.cs --- Classic/scripts/autoexec/Autobalance.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Classic/scripts/autoexec/Autobalance.cs b/Classic/scripts/autoexec/Autobalance.cs index 984419f..f55ca35 100644 --- a/Classic/scripts/autoexec/Autobalance.cs +++ b/Classic/scripts/autoexec/Autobalance.cs @@ -31,8 +31,7 @@ function Autobalance( %game, %AutobalanceSafetynetTrys ) //Team Count code by Keen $PlayerCount[0] = 0; $PlayerCount[1] = 0; - $PlayerCount[2] = 0; - + $PlayerCount[2] = 0; for(%i = 0; %i < ClientGroup.getCount(); %i++) {