mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-11-27 04:55:31 +01:00
Update JeffChestSortListener.java
This commit is contained in:
parent
9e52e8d57f
commit
7c39889733
@ -152,9 +152,6 @@ public class JeffChestSortListener implements Listener {
|
||||
|
||||
// put everything back in the inventory
|
||||
for (String s : shortenedArray) {
|
||||
if (plugin.debug) {
|
||||
System.out.println(s);
|
||||
}
|
||||
for (ItemStack item : items) {
|
||||
if (item != null && s != null) {
|
||||
if (item.hashCode() == Integer.parseInt(s.split(",")[1])) {
|
||||
|
Loading…
Reference in New Issue
Block a user