Merge branch 'nut_v079' into nut_test_brimhaven

This commit is contained in:
Gonk
2020-02-22 08:34:59 +01:00

View File

@@ -231,6 +231,12 @@ public final class DebugInterface {
controllerContext.movementController.placePlayerAsyncAt(MapObject.MapObjectType.newmap, "brimhaven4", "south2", 0, 0);
}
})
,new DebugButton("ar", new OnClickListener() {
@Override
public void onClick(View arg0) {
controllerContext.movementController.placePlayerAsyncAt(MapObject.MapObjectType.newmap, "mountainlake5", "north", 0, 0);
}
})
}));
buttonList.addAll(tpButtons);