diff --git a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/CustomFishingHook.java b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/CustomFishingHook.java index 40d73f88..ee20ec1b 100644 --- a/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/CustomFishingHook.java +++ b/api/src/main/java/net/momirealms/customfishing/api/mechanic/fishing/CustomFishingHook.java @@ -177,6 +177,7 @@ public class CustomFishingHook { context.arg(ContextKeys.OTHER_X, hook.getLocation().getBlockX()); context.arg(ContextKeys.OTHER_Y, hook.getLocation().getBlockY()); context.arg(ContextKeys.OTHER_Z, hook.getLocation().getBlockZ()); + context.arg(ContextKeys.OPEN_WATER, hook.isInOpenWater()); // get the next loot Loot loot;