Fix for deleting more than one note.

This commit is contained in:
Brianna 2019-04-04 13:25:19 -04:00
parent d1228bd2d8
commit 8819f38a20
1 changed files with 0 additions and 2 deletions

View File

@ -105,8 +105,6 @@ public class GUINotesManager extends AbstractGUI {
registerClickable(18 + i, ((player1, inventory1, cursor, slot, type) -> {
plugin.getPunishmentManager().getPlayer(toModerate).removeNote(note);
constructGUI();
resetClickables();
registerClickables();
}));
}