]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/monsters/monster/hknight.qc
Replace enforcer model with e-wheel
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / monsters / monster / hknight.qc
index 46c652af57275fdf789de35666906d7af5e76032..ad4bfab44feb6764658e04dc06a98bb1ff6ace51 100644 (file)
@@ -439,11 +439,7 @@ void hellknight_spawn ()
 
 void spawnfunc_monster_hell_knight ()
 {      
-       if not(autocvar_g_monster_hellknight)
-       {
-               remove(self);
-               return;
-       }
+       if not(autocvar_g_monster_hellknight) { remove(self); return; }
        
        self.monster_spawnfunc = spawnfunc_monster_hell_knight;