Skip to content

Commit dede142

Browse files
Merge branch '1.19.2/main' into 1.20.1/main
2 parents dc14d56 + 6374708 commit dede142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/org/valkyrienskies/eureka/blockentity/ShipHelmBlockEntity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class ShipHelmBlockEntity(pos: BlockPos, state: BlockState) :
158158
}
159159

160160
if (builtShip == null) {
161-
player.displayClientMessage(Component.translatable("gui.vs_eureka.too_big", EurekaConfig.SERVER.maxShipBlocks), true)
161+
player.displayClientMessage(Component.translatable("info.vs_eureka.too_big", EurekaConfig.SERVER.maxShipBlocks), true)
162162
logger.warn("Failed to assemble to large of a ship for ${player.name.string}")
163163
}
164164
}

0 commit comments

Comments
 (0)