Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Remove AntiCactus and add more catagories
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInMyVan committed Nov 30, 2023
1 parent a71aa0b commit 8932c55
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ enum class ModuleCategory(val displayName: String) {
PLAYER("Player"),
MOVEMENT("Movement"),
RENDER("Render"),
CLIENT("Client"),
GHOST("Ghost"),
WORLD("World"),
MISC("Misc"),
EXPLOIT("Exploit"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ object ModuleManager : Listenable {
AntiAFK,
AntiBlind,
AntiBot,
AntiCactus,
AntiHunger,
AntiFireball,
AtAllProvider,
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class GuiMainMenu : GuiScreen() {

add(GuiButton(1, width / 2 - 100, defaultHeight, 98, 20, I18n.format("menu.singleplayer")))
add(GuiButton(2, width / 2 + 2, defaultHeight, 98, 20, I18n.format("menu.multiplayer")))


add(GuiButton(108, width / 2 - 100, defaultHeight + 24 * 3, translationMenu("contributors")))
add(GuiButton(0, width / 2 - 100, defaultHeight + 24 * 4, 98, 20, I18n.format("menu.options")))
Expand Down

0 comments on commit 8932c55

Please sign in to comment.