Fix issue when delete function was not working.

This commit is contained in:
BONNe 2019-01-19 22:20:42 +02:00
parent 16be7f26a1
commit 43fe78e0f9
1 changed files with 1 additions and 0 deletions

View File

@ -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;