]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Enable QC physics by default again, as the known issues with it have been resolved
authorMario <mario@smbclan.net>
Fri, 23 Aug 2019 09:14:28 +0000 (19:14 +1000)
committerMario <mario@smbclan.net>
Fri, 23 Aug 2019 09:14:28 +0000 (19:14 +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
 
 /**
 =============