forked from 2009Scape/Server
Interacting with fishing spots on diagonals should no longer fail
This commit is contained in:
parent
595758dbfd
commit
6ffe0aa78c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue