mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-28 05:45:10 -06:00
forgot to commit test fix to new getObject arg order
This commit is contained in:
parent
b2f0296630
commit
bd5d495847
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class PathfinderTests {
|
|||
|
||||
@Test fun movementPulseShouldStopEarlyIfNextToATileOccupiedByTargetObject() {
|
||||
val start = Location.create(2731, 3481)
|
||||
val dest = RegionManager.getObject(0, 2720, 3475, 1307, -1)
|
||||
val dest = RegionManager.getObject(2720, 3475, 0, 1307, -1)
|
||||
val p = TestUtils.getMockPlayer("treefindtest")
|
||||
p.location = start
|
||||
p.init()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue