Toss all items from enchantment table (#4569)
This commit is contained in:
parent
1bc24055d5
commit
ec7247fa63
@ -1590,8 +1590,8 @@ void cSlotAreaEnchanting::OnPlayerAdded(cPlayer & a_Player)
|
||||
|
||||
void cSlotAreaEnchanting::OnPlayerRemoved(cPlayer & a_Player)
|
||||
{
|
||||
// Toss the item in the enchanting slot
|
||||
TossItems(a_Player, 0, 1);
|
||||
// Toss the item in the enchanting slot, as well as lapis
|
||||
TossItems(a_Player, 0, m_NumSlots);
|
||||
|
||||
super::OnPlayerRemoved(a_Player);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user