Set numeric locale in Lua in main menu

This commit is contained in:
PilzAdam 2013-07-08 02:28:36 +02:00
parent 6bc3a43d52
commit 9bd5f612f7
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
os.setlocale("C", "numeric")
local scriptpath = engine.get_scriptdir()
dofile(scriptpath .. DIR_DELIM .. "modmgr.lua")