forked from Mirrorlandia_minetest/minetest
Set numeric locale in Lua in main menu
This commit is contained in:
@ -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")
|
||||||
|
Reference in New Issue
Block a user