mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-13 06:05:46 +01:00
Fix issue when delete function was not working.
This commit is contained in:
parent
16be7f26a1
commit
43fe78e0f9
@ -139,6 +139,7 @@ public class ManageEntitiesGUI extends CommonGUI
|
||||
builder.clickHandler((panel, user1, clickType, slot) -> {
|
||||
this.requiredEntities.keySet().removeAll(this.selectedEntities);
|
||||
this.entityList.removeAll(this.selectedEntities);
|
||||
this.build();
|
||||
return true;
|
||||
});
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user