Move archive extraction in content store to async job
This commit is contained in:
@@ -532,7 +532,7 @@ if INIT == "mainmenu" then
|
||||
end
|
||||
end
|
||||
|
||||
if INIT == "client" or INIT == "mainmenu" then
|
||||
if core.gettext then -- for client and mainmenu
|
||||
function fgettext_ne(text, ...)
|
||||
text = core.gettext(text)
|
||||
local arg = {n=select('#', ...), ...}
|
||||
|
Reference in New Issue
Block a user