Clean up some spaces in code after merging https://git.minetest.land/EliasFleckenstein03/MineClone2
parent
c2521885ff
commit
30379c823c
|
@ -69,7 +69,7 @@ function mcl_loot.get_loot(loot_definitions, pr)
|
||||||
local wear_min = math.floor(item.wear_min / 10)
|
local wear_min = math.floor(item.wear_min / 10)
|
||||||
local wear_max = math.floor(item.wear_max / 10)
|
local wear_max = math.floor(item.wear_max / 10)
|
||||||
local wear = pr:next(wear_min, wear_max) * 10
|
local wear = pr:next(wear_min, wear_max) * 10
|
||||||
|
|
||||||
if not item.amount_min and not item.amount_max then
|
if not item.amount_min and not item.amount_max then
|
||||||
itemstring = itemstring .. " 1"
|
itemstring = itemstring .. " 1"
|
||||||
end
|
end
|
||||||
|