From ad2c80530826a9873f8b3e8d61734491f68e6ca7 Mon Sep 17 00:00:00 2001 From: Jackzme Date: Tue, 10 Dec 2024 12:01:34 -0600 Subject: [PATCH] Don't default to hibernate --- scripting/adminpanel.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/adminpanel.sp b/scripting/adminpanel.sp index 3929888..5996a89 100644 --- a/scripting/adminpanel.sp +++ b/scripting/adminpanel.sp @@ -92,7 +92,7 @@ enum PanelSettings { Setting_None = 0, Setting_DisableWithNoViewers = 1 } -GameState g_gameState = State_Hibernating; +GameState g_gameState = State_None; #define BUFFER_SIZE 2048 Buffer sendBuffer; Buffer receiveBuffer; // Unfortunately there's no easy way to have this not be the same as BUFFER_SIZE