Adjusted script versions

This commit is contained in:
iTracerFacer 2025-11-05 21:23:52 -06:00
parent 0db94ef9ba
commit c7478f75f0

View File

@ -30,7 +30,7 @@ end
local FAC = {}
FAC.__index = FAC
FAC.Version = '0.2.0'
FAC.Version = '0.1.0-alpha'
-- Safe deep copy: prefer MOOSE UTILS.DeepCopy when available; fallback to Lua implementation
local function _deepcopy_fallback(obj, seen)