]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into Mario/qcphysics
authorMario <mario.mario@y7mail.com>
Sun, 29 Sep 2019 08:45:47 +0000 (18:45 +1000)
committerMario <mario.mario@y7mail.com>
Sun, 29 Sep 2019 08:45:47 +0000 (18:45 +1000)
qcsrc/server/client.qc

index 98616a76341f76ac901e838fdd7b81cb39478911..f5587b249f3d44c5f9183e464bac928a1b88c0b9 100644 (file)
@@ -1069,7 +1069,7 @@ string getwelcomemessage(entity this)
        return s;
 }
 
-bool autocvar_sv_qcphysics = false; // TODO this is for testing - remove when qcphysics work
+bool autocvar_sv_qcphysics = true; // TODO this is for testing - remove when qcphysics work
 
 /**
 =============