mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-04 00:23:23 +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);
|
plugin.getOrganizer().sortInventory(inventory, 0, inventory.getSize() - 10);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}else return false;
|
}else {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean handleAChestSortingIfPresent(Location location){
|
public boolean handleAChestSortingIfPresent(Location location){
|
||||||
|
Loading…
Reference in New Issue
Block a user