Interacting with fishing spots on diagonals should no longer fail
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user