Turns off PoI loaders pending optimization refactor.

This commit is contained in:
Neerti
2021-08-14 19:52:17 -04:00
parent 0f89a69f5a
commit edefe7862c
+1 -1
View File
@@ -3,7 +3,7 @@
name = "Point of Interest Loader"
/// If TRUE, most things within the loading area will be deleted. This includes players!
var/submap_path = null
var/loaded = FALSE
var/loaded = TRUE // TODO, optimize loading at init.
/obj/effect/landmark/poi_loader/Initialize(mapload)
. = ..()