From 91c4b5d708d4fe461c85be2ea47b44b404d32d32 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Sun, 1 Feb 2015 20:34:35 +0100 Subject: [PATCH] =?UTF-8?q?MAX=5F=C2=A8PLAYERS:=20Fix=20more.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/dod/stats.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dod/stats.sma b/plugins/dod/stats.sma index e61ad543..e9313b1a 100755 --- a/plugins/dod/stats.sma +++ b/plugins/dod/stats.sma @@ -75,7 +75,7 @@ new g_RoundScore[2] new g_userPosition[MAX_PLAYERS + 1] new g_userState[MAX_PLAYERS + 1] -new g_userPlayers[MAX_PLAYERS + 1][32] +new g_userPlayers[MAX_PLAYERS + 1][MAX_PLAYERS] new g_Buffer[2048] new g_Killers[MAX_PLAYERS + 1][3]