diff --git a/Server/src/main/content/global/skill/gather/fishing/FishingListener.kt b/Server/src/main/content/global/skill/gather/fishing/FishingListener.kt index 1cad8a28d..2f23e264c 100644 --- a/Server/src/main/content/global/skill/gather/fishing/FishingListener.kt +++ b/Server/src/main/content/global/skill/gather/fishing/FishingListener.kt @@ -152,7 +152,7 @@ class FishingListener : InteractionListener{ } return false } - return node.isActive && node.location.withinDistance(player.location, 1) + return node.isActive && node.location.withinMaxnormDistance(player.location, 1) }