mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2024-11-14 13:50:18 +01:00
fix typo
M src/falling_snow.lua
This commit is contained in:
parent
7080b2dbe0
commit
6affec0a56
|
@ -109,7 +109,7 @@ local function cold_perlin_test(x, y)
|
|||
|
||||
local em = ""
|
||||
if type(x) ~= "number" then
|
||||
em = em.. "x no number but "..type(y).." "
|
||||
em = em.. "x no number but "..type(x).." "
|
||||
elseif x%1 ~= 0 then
|
||||
em = em.. "x no integer but "..x.." "
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user