]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server-testcase/framework.qc
Remove "Server queries/s" menu option (vague setting that generally shouldn't be...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server-testcase / framework.qc
index 1ec7115ef27c503b55cd6c723a2a14e97a77afba..1735e1c11335f4e672c7908de65bd12ca6a231cb 100644 (file)
@@ -7,7 +7,7 @@ float test();
 spawnfunc(worldspawn)
 {
        float r;
-       LOG_TRACE("TESTCASE: START\n");
+       LOG_TRACE("TESTCASE: START");
        r = test();
        if(r == 1)
                error("TESTCASE: PASS");