Skip to content

Commit 1e4f4ba

Browse files
committed
Fix
1 parent f885dac commit 1e4f4ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/nekiplay/meteorplus/mixin/xaero/worldmap/WaypointRendererMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void onAction(Screen screen) {
116116
public boolean isActive() {
117117
return true;
118118
}
119-
}).setNameFormatArgs(new Object[]{"P"}));
119+
}).setNameFormatArgs(new Object[]{"L"}));
120120
}
121121

122122
rightClickOptions.add((new RightClickOption("gui.xaero_right_click_waypoint_teleport", rightClickOptions.size(), target) {

src/main/resources/assets/meteorplus/lang/de_de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"gui.world_map.baritone_path_here": "Baritone der weg ist hier",
44
"gui.world_map.baritone_elytra_here": "Baritone elitra ist hier",
55
"gui.world_map.look_at_waypoint": "Siehe den tag",
6-
6+
77
"item.meteorplus.logo": "Meteor+ logo",
88
"item.meteorplus.logo_mods": "Meteor+ Integrations logo",
99

0 commit comments

Comments
 (0)