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