]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - mod/server/main.qc
Move mutator system to common
[xonotic/xonotic-data.pk3dir.git] / mod / server / main.qc
index 1342b7b4adb56af8526ad039d1cbec6ab34dc22d..f6c94ca653f78283d6f2908b1450a44e83e2c3bd 100644 (file)
@@ -10,6 +10,7 @@ MUTATOR_HOOKFUNCTION(mod_BuildMutatorsPrettyString)
     return false;
 }
 
+MUTATOR_DECLARATION(mutator_mod);
 MUTATOR_DEFINITION(mutator_mod)
 {
     MUTATOR_HOOK(BuildMutatorsString, mod_BuildMutatorsString, CBC_ORDER_ANY);