mirror of
https://github.com/minetest/minetest.git
synced 2024-12-23 14:42:24 +01:00
Set numeric locale for Lua
This commit is contained in:
parent
8d920dd09b
commit
214a8b4597
@ -8,6 +8,7 @@
|
||||
-- Initialize some very basic things
|
||||
print = minetest.debug
|
||||
math.randomseed(os.time())
|
||||
os.setlocale("C", "numeric")
|
||||
|
||||
-- Load other files
|
||||
dofile(minetest.get_modpath("__builtin").."/serialize.lua")
|
||||
|
Loading…
Reference in New Issue
Block a user