Fucking BYOND

This commit is contained in:
Jordan Brown
2020-05-28 12:55:52 -04:00
parent 9ef65721a0
commit fa6d9a5606
+1
View File
@@ -127,6 +127,7 @@
* Call this when your initializations are complete and your game is ready to play before any player interactions happen.
*
* This may use [/world/var/sleep_offline] to make this happen so ensure no changes are made to it while this call is running.
* Afterwards, consider explicitly setting it to what you want to avoid this BYOND bug: http://www.byond.com/forum/post/2575184
* Before this point, note that any static files or directories may be in use by another server. Your code should account for this.
* This function should not be called before ..() in [/world/proc/New].
*/