forked from VoxeLibre/VoxeLibre
Remove console spam from mcl_loot
This commit is contained in:
parent
a9776814a6
commit
149d1450ef
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue