Fixes to CutLimbHandler

This commit is contained in:
ZioPao
2023-11-13 23:46:35 +01:00
parent 4fb19ae5a6
commit 56da8583b0
9 changed files with 109 additions and 38 deletions

View File

@@ -14,6 +14,7 @@ end
---@param key string
---@param table tocModData
function ServerDataHandler.AddTable(key, table)
TOC_DEBUG.print("Adding table with key: " .. tostring(key))
ModData.add(key, table) -- Add it to the server mod data
ServerDataHandler.modData[key] = table
end