telecomms concurrency fix

This commit is contained in:
monster860
2016-04-17 17:14:46 -04:00
parent 7b44c12f62
commit fc09967ca8
4 changed files with 34 additions and 10 deletions

View File

@@ -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]")