Skip to content
Snippets Groups Projects
Commit 214a8b45 authored by Ilya Zhuravlev's avatar Ilya Zhuravlev
Browse files

Set numeric locale for Lua

parent 8d920dd0
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment