mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Set numeric locale in Lua in main menu
This commit is contained in:
parent
6bc3a43d52
commit
9bd5f612f7
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
os.setlocale("C", "numeric")
|
||||
|
||||
local scriptpath = engine.get_scriptdir()
|
||||
|
||||
dofile(scriptpath .. DIR_DELIM .. "modmgr.lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue