Remove unused variables and do some whitespace fixes

This commit is contained in:
HybridDog
2021-01-30 17:04:28 +01:00
parent dc799f344f
commit 76981af958
4 changed files with 20 additions and 20 deletions

View File

@ -577,7 +577,7 @@ local biome_strings = {
{"snowy", "plain", "alpine", "normal", "normal"},
{"cool", "icebergs", "icesheet", "icecave", "icehole"}
}
function biome_to_string(num,num2)
function biome_to_string(num)
local biome = biome_strings[1][num] or "unknown "..num
return biome
end