fixed formatting in AdvancedChestsHook

This commit is contained in:
mfnalex 2022-03-21 10:48:04 +01:00
parent 1afec3b34e
commit 17300d27e5
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ public class AdvancedChestsHook {
plugin.getOrganizer().sortInventory(inventory, 0, inventory.getSize() - 10);
}
return true;
}else return false;
}else {
return false;
}
}
public boolean handleAChestSortingIfPresent(Location location){