From d65824989ac32c7c5ee5ba2957f3cc76c76546b9 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Wed, 17 Sep 2025 21:14:22 +0200 Subject: fix: incompatibility with commands in viafabric --- src/main/kotlin/util/WarpUtil.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/util/WarpUtil.kt') diff --git a/src/main/kotlin/util/WarpUtil.kt b/src/main/kotlin/util/WarpUtil.kt index 1943edb..6783fa1 100644 --- a/src/main/kotlin/util/WarpUtil.kt +++ b/src/main/kotlin/util/WarpUtil.kt @@ -66,7 +66,7 @@ object WarpUtil { MC.sendChat(Text.translatable("firmament.warp-util.attempting-to-warp", nearestWarp.warp)) lastWarpAttempt = TimeMark.now() lastAttemptedWarp = nearestWarp.warp - MC.sendServerCommand("warp ${nearestWarp.warp}") + MC.sendCommand("warp ${nearestWarp.warp}") } @Subscribe -- cgit