ojlanders
Results
1
comments of
ojlanders
Test script: ``` #include public void OnServerHibernationUpdate(bool state) { PrintToServer("Server hibernation state changed to: %s", state ? "true" : "false"); } ``` here's the output: ``` sm_cvar sv_hibernate_when_empty 0 [SM]...