diff --git a/FightSystem_Main/src/de/steamwar/fightsystem/kit/Kit.java b/FightSystem_Main/src/de/steamwar/fightsystem/kit/Kit.java index 23fa397..c57b83d 100644 --- a/FightSystem_Main/src/de/steamwar/fightsystem/kit/Kit.java +++ b/FightSystem_Main/src/de/steamwar/fightsystem/kit/Kit.java @@ -35,5 +35,6 @@ public class Kit { public void loadToPlayer(Player player) { player.getInventory().setContents(inventory); + player.updateInventory(); } }