Removed unused var

This commit is contained in:
Auxilor
2021-08-12 13:40:19 +01:00
parent 70eb6d4420
commit 341a30e6da

View File

@@ -43,7 +43,7 @@ class GUIListener(plugin: EcoPlugin) : PluginDependent<EcoPlugin>(plugin), Liste
return return
} }
val menu = MenuHandler.getMenu(player.openInventory.topInventory) ?: return MenuHandler.getMenu(player.openInventory.topInventory) ?: return
plugin.scheduler.run{ MenuHandler.getExtendedInventory(player.openInventory.topInventory)!!.refresh(player) } plugin.scheduler.run{ MenuHandler.getExtendedInventory(player.openInventory.topInventory)!!.refresh(player) }
} }