mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
Fixes loading zlevels with static lighting. (#38365)
* Fixes loading zlevels with static lighting. * Actually this whole part is unnecessary now because change turf handles the change properly now. * Correct
This commit is contained in:
@@ -59,7 +59,6 @@
|
||||
|
||||
repopulate_sorted_areas()
|
||||
|
||||
SSlighting.initialize_lighting_objects(block(locate(bounds[MAP_MINX], bounds[MAP_MINY], bounds[MAP_MINZ]),locate(bounds[MAP_MAXX], bounds[MAP_MAXY], bounds[MAP_MAXZ])))
|
||||
//initialize things that are normally initialized after map load
|
||||
initTemplateBounds(bounds)
|
||||
smooth_zlevel(world.maxz)
|
||||
|
||||
Reference in New Issue
Block a user