X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmonsters%2Fmonster%2Fwizard.qc;h=bdbcf3a36a8b54a0d229ba60127861a8dd4312da;hb=458422c0e9026cc3b8ea5e3b5e062d4bc82d40a7;hp=62a3be9e0a889000a9ded01f07f837f772b944bc;hpb=d18c04bda898c17c1e2d3234924ddf389f13ceb5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/monsters/monster/wizard.qc b/qcsrc/server/monsters/monster/wizard.qc index 62a3be9e0..bdbcf3a36 100644 --- a/qcsrc/server/monsters/monster/wizard.qc +++ b/qcsrc/server/monsters/monster/wizard.qc @@ -147,11 +147,7 @@ void wizard_spawn () void spawnfunc_monster_wizard () { - if not(autocvar_g_monster_wizard) - { - remove(self); - return; - } + if not(autocvar_g_monster_wizard) { remove(self); return; } self.monster_spawnfunc = spawnfunc_monster_wizard;