]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
self.nextthink = time, instead
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 3 May 2010 11:54:32 +0000 (14:54 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Mon, 3 May 2010 11:54:32 +0000 (14:54 +0300)
qcsrc/server/g_triggers.qc

index 7ee0b37c49d90a46b68a171fd2c0346b2031ce40..33f1a562499c4aa133265f00404cc16d11979d88 100644 (file)
@@ -546,7 +546,7 @@ void trigger_gravity_check_think()
                remove(self);
        }
        else
-               self.nextthink = time + 0.01;
+               self.nextthink = time;
 }
 
 void trigger_gravity_touch()