Close chest window if minecart is destroyed
This commit is contained in:
parent
9af664dc73
commit
9b96c0d18d
@ -1206,6 +1206,7 @@ void cMinecartWithChest::OpenNewWindow()
|
||||
|
||||
void cMinecartWithChest::Destroyed()
|
||||
{
|
||||
GetWindow()->OwnerDestroyed();
|
||||
cItems Pickups;
|
||||
m_Contents.CopyToItems(Pickups);
|
||||
GetWorld()->SpawnItemPickups(Pickups, GetPosX(), GetPosY() + 1, GetPosZ(), 4);
|
||||
|
Loading…
Reference in New Issue
Block a user