mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Merge pull request #3220 from Fox-McCloud/startup-fix
Fixes Server Startup Times
This commit is contained in:
@@ -45,11 +45,6 @@ var/list/wood_icons = list("wood","wood-broken")
|
||||
if(floor_tile)
|
||||
builtin_tile = new floor_tile
|
||||
|
||||
spawn(5)
|
||||
if(istype(src, /turf/simulated)) //you are probably looking at this and thinking "what the fuck", because that's the appropriate response
|
||||
update_visuals() //however, shityond means that turfs can change src and spawned procs will try to run on it, and only sim turfs have update_visuals()
|
||||
|
||||
|
||||
/turf/simulated/floor/Destroy()
|
||||
if(builtin_tile)
|
||||
qdel(builtin_tile)
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
author: Fox McCloud
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "fixes server loading taking an abnormally long time."
|
||||
Reference in New Issue
Block a user