]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/monsters/monster/zombie.qc
Replace enforcer model with e-wheel
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / monster / zombie.qc
index 939bf325c6b26fb479ce04be7c96b4563732a9c6..7261141b1bf0186b6890a17ed18350f73ca59257 100644 (file)
@@ -187,11 +187,7 @@ modeldisabled="models/monsters/zombie.dpm"
 */
 void spawnfunc_monster_zombie() 
 {
-       if not(autocvar_g_monster_zombie) 
-       {
-               remove(self);
-               return;
-       }
+       if not(autocvar_g_monster_zombie) { remove(self); return; }
        
        self.monster_spawnfunc = spawnfunc_monster_zombie;