Модуль:serialization/entitytableselector
| Строка 42: | Строка 42: | ||
end | end | ||
local moduleName = JsonPaths.get("prototype/ | local moduleName = JsonPaths.get("prototype/EntityTable.json") | ||
local ok, data = pcall(mw.loadData, moduleName) | local ok, data = pcall(mw.loadData, moduleName) | ||
if not ok or type(data) ~= "table" then | if not ok or type(data) ~= "table" then | ||