mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-03 08:03:26 +01:00
fixed formatting in AdvancedChestsHook
This commit is contained in:
parent
1afec3b34e
commit
17300d27e5
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user