add rocket launcher + fixes
This commit is contained in:
parent
987c76d2c5
commit
eca1f242c4
54 changed files with 452 additions and 478 deletions
|
@ -1016,7 +1016,7 @@ public final class Server implements IThreadListener, Executor {
|
|||
}
|
||||
|
||||
public void syncPlayerInventory(EntityNPC player) {
|
||||
player.connection.sendContainerToPlayer(player.inventoryContainer);
|
||||
player.connection.sendContainer(player.inventoryContainer, player.inventoryContainer.getInventory());
|
||||
player.connection.setPlayerHealthUpdated();
|
||||
player.connection.sendPacket(new SPacketHeldItemChange(player.inventory.currentItem));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue