Skip to content

Commit

Permalink
Remove sh limbo (hannibal002#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
NopoTheGamer authored Jul 17, 2024
1 parent 8d76767 commit 23af2e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,6 @@ object Commands {
"shlimbostats",
"Prints your Limbo Stats.\n §7This includes your Personal Best, Playtime, and §aSkyHanni User Luck§7!",
) { LimboTimeTracker.printStats() }
registerCommand(
"shlimbo",
"Warps you to Limbo.",
) { MiscFeatures.goToLimbo() }
registerCommand(
"shlanedetection",
"Detect a farming lane in garden",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,4 @@ object MiscFeatures {
fun onConfigFix(event: ConfigUpdaterMigrator.ConfigFixEvent) {
event.move(2, "mobs", "combat.mobs")
}

fun goToLimbo() {
ChatUtils.sendMessageToServer("§")
}
}

0 comments on commit 23af2e0

Please sign in to comment.