From: Rudolf Polzer Date: Tue, 11 Oct 2011 05:07:07 +0000 (+0200) Subject: fix a stupid typo :) X-Git-Tag: xonotic-v0.6.0~40^2~62 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c32a91f9e5018a763065dbc426774f43c0d0db94;p=xonotic%2Fxonotic-data.pk3dir.git fix a stupid typo :) --- diff --git a/qcsrc/server/t_teleporters.qc b/qcsrc/server/t_teleporters.qc index 6a7787d7d..8fc1f3454 100644 --- a/qcsrc/server/t_teleporters.qc +++ b/qcsrc/server/t_teleporters.qc @@ -196,7 +196,6 @@ void Teleport_Touch (void) return; if not(other.iscreature) - if (other.deadflag != DEAD_NO) return; // for gameplay: vehicles can't teleport