]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/nexball/nexball.qc
Consistently call nexball REGISTER_MUTATOR with false as second parameter, like other...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / nexball / nexball.qc
index c841079fb775016d7828964bc25c0142261f76f0..ec46ac8364e46589ffb880ace43913c2716808b3 100644 (file)
@@ -947,7 +947,7 @@ MUTATOR_HOOKFUNCTION(nb, SendWaypoint)
        M_ARGV(2, int) &= ~0x80;
 }
 
-REGISTER_MUTATOR(nb, g_nexball)
+REGISTER_MUTATOR(nb, false)
 {
     MUTATOR_STATIC();
        MUTATOR_ONADD