]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into Mario/qcphysics
authorMario <mario.mario@y7mail.com>
Sun, 15 Sep 2019 06:10:17 +0000 (16:10 +1000)
committerMario <mario.mario@y7mail.com>
Sun, 15 Sep 2019 06:10:17 +0000 (16:10 +1000)
qcsrc/server/client.qc

index 0034c2dd9ee3b687a0b600eee0b850cc056dfb89..0dadf0652c0aad0c1c7342528bfa8086f8700153 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
 
 /**
 =============