We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bc274 commit 9056242Copy full SHA for 9056242
src/main/kotlin/gg/skytils/skytilsmod/Skytils.kt
@@ -422,7 +422,6 @@ class Skytils {
422
cch.registerCommand(FragBotCommand)
423
cch.registerCommand(HollowWaypointCommand)
424
cch.registerCommand(ItemCycleCommand)
425
- cch.registerCommand(LimboCommand)
426
cch.registerCommand(OrderedWaypointCommand)
427
cch.registerCommand(ScamCheckCommand)
428
cch.registerCommand(SlayerCommand)
src/main/kotlin/gg/skytils/skytilsmod/commands/impl/LimboCommand.kt
0 commit comments