mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-02-22 02:42:21 +01:00
Make sort persist even if nothing else has been changed in the backpack
This commit is contained in:
parent
23311588e7
commit
ac11c305be
@ -57,6 +57,7 @@ public void onResult(Backpack backpack)
|
||||
return;
|
||||
}
|
||||
backpack.getInventory().setContents(compressor.getTargetStacks());
|
||||
backpack.setChanged();
|
||||
messageSorted.send(player);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user