1
This commit is contained in:
parent
f79fbe1533
commit
0bd0ff426e
@ -569,7 +569,7 @@ void Player::LootInteraction(Loot* entity)
|
||||
case 8:
|
||||
{
|
||||
if (skin != 0) {
|
||||
room->DropItem(pos, item_meta->i->id(), 1);
|
||||
room->DropItem(pos, skin, 1);
|
||||
}
|
||||
skin = entity->item_id;
|
||||
SyncAroundPlayers();
|
||||
|
Loading…
x
Reference in New Issue
Block a user