X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmutators%2Fmutator%2Ftouchexplode%2Fsv_touchexplode.qc;h=ddcd891609a493fd33e4b413112a3f449ed0a9e3;hp=38ac30595dad46fd76695c959f11863898c94876;hb=b9b7114ea4f553130e727a77029eece79a041cee;hpb=34e7f534e2015466228eb3a78c9857741b736dca diff --git a/qcsrc/common/mutators/mutator/touchexplode/sv_touchexplode.qc b/qcsrc/common/mutators/mutator/touchexplode/sv_touchexplode.qc index 38ac30595..ddcd89160 100644 --- a/qcsrc/common/mutators/mutator/touchexplode/sv_touchexplode.qc +++ b/qcsrc/common/mutators/mutator/touchexplode/sv_touchexplode.qc @@ -28,7 +28,7 @@ MUTATOR_HOOKFUNCTION(touchexplode, PlayerPreThink) entity player = M_ARGV(0, entity); if(time > player.touchexplode_time) - if(!gameover) + if(!game_stopped) if(!STAT(FROZEN, player)) if(IS_PLAYER(player)) if(!IS_DEAD(player))