Skip to content

Commit fb5633d

Browse files
fix: prefer /skytils waypoints instead of waypoint
1 parent 694ba5e commit fb5633d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod/src/main/kotlin/gg/skytils/skytilsmod/commands/impl/SkytilsCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ object SkytilsCommand {
325325
Ping.sendPing()
326326
}
327327

328-
@Command("skytils|st waypoint|waypoints")
328+
@Command("skytils|st waypoints|waypoint")
329329
fun waypointCommand() {
330330
Skytils.displayScreen = WaypointsGui()
331331
}

0 commit comments

Comments
 (0)