forgot to commit test fix to new getObject arg order

This commit is contained in:
Player Name 2026-07-30 20:54:29 +02:00
parent b2f0296630
commit bd5d495847

View file

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