Merge pull request #4231 from monster860/concurrency

Telecomms concurrency fix
This commit is contained in:
Fox McCloud
2016-05-13 15:34:15 -04:00
4 changed files with 34 additions and 10 deletions
@@ -99,11 +99,6 @@
// --- Miscellaneous functions ---
// Clone of sleep()
/proc/delay(var/time)
//writepanic("[__FILE__].[__LINE__] (no type)([usr ? usr.ckey : ""]) \\/proc/delay() called tick#: [world.time]")
sleep(time)
// Clone of rand()
/proc/rand_chance(var/low = 0, var/high)
//writepanic("[__FILE__].[__LINE__] (no type)([usr ? usr.ckey : ""]) \\/proc/rand_chance() called tick#: [world.time]")