Skip to content

Commit

Permalink
silent remove nyaproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
xia-mc committed Jul 8, 2024
1 parent 8be8bdb commit 97d13b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/keystrokesmod/module/ModuleManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public class ModuleManager {
public static NoHurtCam noHurtCam;
public static NoCameraClip noCameraClip;
public static AutoPlay autoPlay;
public static NyaProxy nyaProxy;
public static CustomName customName;
public static CommandChat commandChat;
public static Phase phase;
Expand Down Expand Up @@ -182,7 +181,6 @@ public void register() {
this.addModule(noHurtCam = new NoHurtCam());
this.addModule(noCameraClip = new NoCameraClip());
this.addModule(autoPlay = new AutoPlay());
this.addModule(nyaProxy = new NyaProxy());
this.addModule(customName = new CustomName());
this.addModule(commandChat = new CommandChat());
this.addModule(phase = new Phase());
Expand Down

0 comments on commit 97d13b6

Please sign in to comment.