Skip to content

Commit

Permalink
Merge pull request Zukero#124 from Chriz76/teleportbrimhaven
Browse files Browse the repository at this point in the history
debuginterface teleport to brimhaven4 south
  • Loading branch information
Zukero committed Jun 9, 2019
2 parents 97a81e3 + db36afa commit c4119fa
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@ public void onClick(View arg0) {
controllerContext.movementController.placePlayerAsyncAt(MapObject.MapObjectType.newmap, "guynmart_wood_1", "farmhouse", 0, 0);
}
})
,new DebugButton("bh", new OnClickListener() {
@Override
public void onClick(View arg0) {
controllerContext.movementController.placePlayerAsyncAt(MapObject.MapObjectType.newmap, "brimhaven4", "south2", 0, 0);
}
})
}));
buttonList.addAll(tpButtons);

Expand Down

0 comments on commit c4119fa

Please sign in to comment.