Merge 2009scape updates #19

Open
randy wants to merge 204 commits from 2009Scape:master into upstream
Showing only changes of commit 6ffe0aa78c - Show all commits

View file

@ -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)
}