]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove useless debug feature in sv_main.qc
authorSamual <samual@xonotic.org>
Sat, 1 Oct 2011 16:26:07 +0000 (12:26 -0400)
committerSamual <samual@xonotic.org>
Sat, 1 Oct 2011 16:26:07 +0000 (12:26 -0400)
qcsrc/server/sv_main.qc

index 4dfbca2f490851b318fed40c47fccb00a47e9ea3..3f827527661dbd01353daa87c2e60bca1fc037da 100644 (file)
@@ -20,7 +20,6 @@ void CreatureFrame (void)
                        {
                                self.flags |= FL_INWATER;
                                self.dmgtime = 0;
-                               //te_customflash(self.origin, 200, 20, '50 0.1 0.1');
                        }
 
                        if(!vehic && !projectile) // vehicles and projectiles don't drown
@@ -81,7 +80,6 @@ void CreatureFrame (void)
                                // play leave water sound
                                self.flags &~= FL_INWATER;
                                self.dmgtime = 0;
-                               //te_customflash(self.origin, 200, 20, '0.1 0.1 50');
                        }
                        self.air_finished = time + 12;
                        self.dmg = 2;