]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix a stupid typo :)
authorRudolf Polzer <divverent@xonotic.org>
Tue, 11 Oct 2011 05:07:07 +0000 (07:07 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 11 Oct 2011 05:07:07 +0000 (07:07 +0200)
qcsrc/server/t_teleporters.qc

index 6a7787d7decd063c0dda54ddca06cc50537a5723..8fc1f3454c709c18d7fedbef26852392fe3637ec 100644 (file)
@@ -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