Set numeric locale in Lua in main menu
parent
6bc3a43d52
commit
9bd5f612f7
|
@ -1,3 +1,5 @@
|
||||||
|
os.setlocale("C", "numeric")
|
||||||
|
|
||||||
local scriptpath = engine.get_scriptdir()
|
local scriptpath = engine.get_scriptdir()
|
||||||
|
|
||||||
dofile(scriptpath .. DIR_DELIM .. "modmgr.lua")
|
dofile(scriptpath .. DIR_DELIM .. "modmgr.lua")
|
||||||
|
|
Loading…
Reference in New Issue