We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d920dd commit 214a8b4Copy full SHA for 214a8b4
builtin/builtin.lua
@@ -8,6 +8,7 @@
8
-- Initialize some very basic things
9
print = minetest.debug
10
math.randomseed(os.time())
11
+os.setlocale("C", "numeric")
12
13
-- Load other files
14
dofile(minetest.get_modpath("__builtin").."/serialize.lua")
0 commit comments