Skip to content

Commit

Permalink
fix pot ffa kit loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Inf1nityy committed Aug 21, 2024
1 parent 96980fd commit 30ac607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/nexia/ffa/base/BaseFfaUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public void setInventory(NexiaPlayer player){
}

if(layout != null) {
InventoryMerger.mergeSafe(player.unwrap(), layout.asPlayerInventory(), defaultInventory.asPlayerInventory());
player.unwrap().inventory.replaceWith(layout.asPlayerInventory());
} else {
player.unwrap().inventory.replaceWith(defaultInventory.asPlayerInventory());
}
Expand Down

0 comments on commit 30ac607

Please sign in to comment.