Fixing 1.8 inventory bug
Dieser Commit ist enthalten in:
Ursprung
cc42c86549
Commit
038d08a7aa
@ -35,5 +35,6 @@ public class Kit {
|
|||||||
|
|
||||||
public void loadToPlayer(Player player) {
|
public void loadToPlayer(Player player) {
|
||||||
player.getInventory().setContents(inventory);
|
player.getInventory().setContents(inventory);
|
||||||
|
player.updateInventory();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren