]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable sv_autopause by default (introduces some bugs, annoyingly pauses music when...
authorMario <mario@smbclan.net>
Thu, 28 Jul 2016 15:25:30 +0000 (01:25 +1000)
committerMario <mario@smbclan.net>
Thu, 28 Jul 2016 15:25:30 +0000 (01:25 +1000)
qcsrc/server/sv_main.qc

index 105e2a94372168490aaea0ec0049db3bbb8b4051..7469d2230de7e1bd79f3c9746410d7d42e880b23 100644 (file)
@@ -153,7 +153,7 @@ Called before each frame by the server
 float game_delay;
 float game_delay_last;
 
-bool autocvar_sv_autopause = true;
+bool autocvar_sv_autopause = false;
 float RedirectionThink();
 void PM_Main(Client this);
 void StartFrame()