mirror of
https://github.com/minetest/minetest.git
synced 2025-03-14 14:22:36 +01:00
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()
|
||||
|
||||
dofile(scriptpath .. DIR_DELIM .. "modmgr.lua")
|
||||
|
Reference in New Issue
Block a user