]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into Mario/qcphysics
authorMario <mario.mario@y7mail.com>
Tue, 21 Jan 2020 19:24:22 +0000 (05:24 +1000)
committerMario <mario.mario@y7mail.com>
Tue, 21 Jan 2020 19:24:22 +0000 (05:24 +1000)
qcsrc/server/client.qc

index e0c13548cfa0d961496b801b4322acff44ffe142..887e00c5946263b8ddc511ec1a2ca1673cf9f733 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
 
 /**
 =============