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

Commit

Permalink
remove auto /fly (patch 6.3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
homchom committed Mar 24, 2024
1 parent 0cbf7b9 commit 6f9a7e2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ object AutoCommands {
}
}

register("fly", "autofly", DFStateDetectors.EnterSpawn) { (new) ->
launch {
if (DonorRank.NOBLE in new.permissions()) CommandSenders.Flight.enable.send()
}
}

register("lagslayer", "autolagslayer", DFStateDetectors.ChangeMode) { (new) ->
if (new.mode is PlotMode.Dev && !currentDFState.isInMode(PlotMode.Dev)) {
launch { CommandSenders.LagSlayer.enable.send() }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public void initialize() {
this.register(new BooleanSetting("autowand", false));
this.register(new BooleanSetting("autoRC", false));
this.register(new BooleanSetting("autonightvis", false));
this.register(new BooleanSetting("autofly", false));
this.register(new BooleanSetting("autolagslayer", false));
this.register(new BooleanSetting("autoChatLocal", false));
this.register(new BooleanSetting("autoClickEditMsgs", true));
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/assets/recode/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@
"config.recode.option.autoRC.tooltip": "Automatically runs /rc upon\nentering dev mode",
"config.recode.option.autonightvis": "Auto /nightvis",
"config.recode.option.autonightvis.tooltip": "Automatically enables Night Vision\nupon entering dev or build mode",
"config.recode.option.autofly": "Auto /fly",
"config.recode.option.autofly.tooltip": "Automatically runs /fly at spawn",
"config.recode.option.autolagslayer": "Auto /lagslayer",
"config.recode.option.autolagslayer.tooltip": "Automatically display CPU usage upon\njoining one of your plots",
"config.recode.option.autoChatLocal": "Auto /chat local",
Expand Down

0 comments on commit 6f9a7e2

Please sign in to comment.