mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-27 12:35:12 +01:00
Removed unused code.
This commit is contained in:
parent
57cb6092a6
commit
6f4daab348
@ -857,8 +857,7 @@ public class Gui {
|
||||
return;
|
||||
}
|
||||
boolean showParent = open && parent != null;
|
||||
if (open && closer != null) {
|
||||
open = !inventory.getViewers().isEmpty();
|
||||
if (closer != null) {
|
||||
closer.onClose(new GuiCloseEvent(manager, this, player));
|
||||
}
|
||||
if (showParent) {
|
||||
|
Loading…
Reference in New Issue
Block a user