]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutator/sandbox.qc
Merge branch 'master' into TimePath/gamemode_composition
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator / sandbox.qc
index caa87a0bb20063fc23f4c575d4311894c6d45d11..dbee6a1375750a94f5cfe2cd99e4ec38d7c9147b 100644 (file)
@@ -825,10 +825,4 @@ MUTATOR_HOOKFUNCTION(sandbox, SV_StartFrame)
 
        return true;
 }
-
-MUTATOR_HOOKFUNCTION(sandbox, SetModname)
-{
-       modname = "Sandbox";
-       return true;
-}
 #endif