Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 5333841

Browse files
committed
fix: info world not shown properly
1 parent 9e5706f commit 5333841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/kotlin/moe/paring/textdisplay/command

src/main/kotlin/moe/paring/textdisplay/command/info.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fun RootNode.info() {
5757
.color(NamedTextColor.GOLD)
5858
)
5959
.append(Component.text(" on "))
60-
.append(Component.text(location.world.name).color(NamedTextColor.AQUA))
60+
.append(Component.text(loc.world.name).color(NamedTextColor.AQUA))
6161
.build(),
6262
hoverEvent = HoverEvent.showText(Component.text("Click to teleport")),
6363
clickAction = ClickEvent.callback {

0 commit comments

Comments
 (0)