]> 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 f874b616b25a8045311c028bf9abde739d1f84e7..1735e1c11335f4e672c7908de65bd12ca6a231cb 100644 (file)
@@ -4,10 +4,10 @@ string vtos(vector v) = #27;
 void error(string e) = #10;
 float test();
 
-void spawnfunc_worldspawn()
+spawnfunc(worldspawn)
 {
        float r;
-       LOG_TRACE("TESTCASE: START\n");
+       LOG_TRACE("TESTCASE: START");
        r = test();
        if(r == 1)
                error("TESTCASE: PASS");