fix(ui): remove testing artifact

This commit is contained in:
VDm 2025-08-11 01:33:20 +04:00
parent 28e931928a
commit b554cf9d9e

View File

@ -762,7 +762,6 @@ void CSimpleFrame::LoadXML_Attributes(XMLNode* node, CStatus* status) {
// TODO: LUA Tainted Logic
attribute->luaRef = luaL_ref(L, LUA_REGISTRYINDEX);
s_testMap[name] = attribute->luaRef;
child = child->m_next;
}