X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmonsters%2Fmonster%2Fzombie.qc;h=7261141b1bf0186b6890a17ed18350f73ca59257;hb=458422c0e9026cc3b8ea5e3b5e062d4bc82d40a7;hp=939bf325c6b26fb479ce04be7c96b4563732a9c6;hpb=d18c04bda898c17c1e2d3234924ddf389f13ceb5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/monsters/monster/zombie.qc b/qcsrc/server/monsters/monster/zombie.qc index 939bf325c..7261141b1 100644 --- a/qcsrc/server/monsters/monster/zombie.qc +++ b/qcsrc/server/monsters/monster/zombie.qc @@ -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;