From e6f1a6069c3db28183dac02b0c2d324a62980d3b Mon Sep 17 00:00:00 2001 From: Pan32 Date: Fri, 7 Aug 2020 01:01:06 +0100 Subject: [PATCH] Woops --- extension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.cpp b/extension.cpp index 6e6ef01..e3f0a3e 100644 --- a/extension.cpp +++ b/extension.cpp @@ -117,7 +117,7 @@ IForward *g_pOnRunThinkFunctionsPost = NULL; int g_SH_TriggerMoved = 0; int g_SH_TouchLinks = 0; -const int g_iMaxPlayers = 0; +int g_iMaxPlayers = 0; CTriggerMoved *g_CTriggerMoved = NULL; CTouchLinks *g_CTouchLinks = NULL;