mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Remove console spam from mcl_loot
This commit is contained in:
@ -114,9 +114,6 @@ local function get_random_slots(max_slot)
|
|||||||
table.insert(slots_out, slots[r])
|
table.insert(slots_out, slots[r])
|
||||||
table.remove(slots, r)
|
table.remove(slots, r)
|
||||||
end
|
end
|
||||||
for s=1, #slots_out do
|
|
||||||
print(slots_out[s])
|
|
||||||
end
|
|
||||||
return slots_out
|
return slots_out
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user