From de15c129f5d7ec6823d9e2a1c93bcbfd4fee73fb Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 12 Apr 2024 08:24:27 +0200 Subject: code cleanup --- .../features/garden/inventory/plots/GardenPlotMenuHighlighting.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/features/garden') diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/inventory/plots/GardenPlotMenuHighlighting.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/inventory/plots/GardenPlotMenuHighlighting.kt index bb658676a..6cc02cf1b 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/garden/inventory/plots/GardenPlotMenuHighlighting.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/garden/inventory/plots/GardenPlotMenuHighlighting.kt @@ -20,7 +20,7 @@ class GardenPlotMenuHighlighting { private var highlightedPlots = mutableMapOf() @SubscribeEvent - fun onInventoryUpdate(event: InventoryUpdatedEvent) { + fun onInventoryUpdated(event: InventoryUpdatedEvent) { if (!isEnabled()) return for (slot in InventoryUtils.getItemsInOpenChest()) { -- cgit