forked from 2009Scape/Server
Merge 2009scape updates #19
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