Update projectile.dm

This commit is contained in:
Kyle Spier-Swenson
2016-07-02 18:19:08 -07:00
committed by GitHub
parent 0c45079efe
commit 3fc331efb0
+1
View File
@@ -143,6 +143,7 @@
var/next_run = world.time
while(loc)
if(paused)
next_run = world.time
sleep(1)
continue