1 parent d8dd349 commit aea3057Copy full SHA for aea3057
1 file changed
memspikefix.lua
@@ -13,6 +13,7 @@ local function MakeLazyLoader(prefab)
13
local current_fn
14
15
local function new_fn(...)
16
+ _G.TheSim:UnloadPrefabs {prefab.name}
17
_G.TheSim:LoadPrefabs {prefab.name}
18
19
-- Ensures this only runs once, for efficiency.
0 commit comments