fix space

This commit is contained in:
whosit 2021-05-25 07:12:50 +03:00
parent eb3ab60383
commit ecf3f06555

View File

@ -14,7 +14,7 @@ local point_to_liquids = true
local chat_message_color = "#FF90A8" -- argument to minetest.colorize()
function round (x)
function round(x)
local f = math.floor(x)
if (x == f) or (x % 2.0 == 0.5) then
return f