Skip to content

Commit d7c7e5c

Browse files
committed
xp prefix on exit tooltip
1 parent cda6e5d commit d7c7e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/xaeroplus/mixin/client/MixinGuiMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public void customInitGui(CallbackInfo ci) {
253253
this.width - 34, 2, 32, 32, 0, 0, 0, 0,
254254
Globals.guiTextures,
255255
(button -> onClose()),
256-
() -> new CursorBox(Component.translatable("xaeroplus.gui.world_map.exit"))
256+
() -> new CursorBox(xaeroPlus$prefix(Component.translatable("xaeroplus.gui.world_map.exit")))
257257
);
258258
pan = false;
259259
drawing = false;

0 commit comments

Comments
 (0)