debug teleport #targets

This commit is contained in:
Nut.andor
2025-04-06 02:05:46 +02:00
parent 5f97d644e0
commit f503aafb35

View File

@@ -415,7 +415,7 @@ public final class DebugInterface {
,new DebugButton("#9", new OnClickListener() {
@Override
public void onClick(View arg0) {
controllerContext.movementController.placePlayerAsyncAt(MapObject.MapObjectType.newmap, "elm_2f_2", "west", 5, 0);
controllerContext.movementController.placePlayerAsyncAt(MapObject.MapObjectType.newmap, "galmore_58", "north", 0, 0);
}
})