hud module is now enabled by default

This commit is contained in:
noil755 2019-11-25 21:34:17 -05:00
parent fd9d470bdd
commit 42d5933299
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ public final class HudModule extends Module {
public HudModule() {
super("Hud", new String[]{"Overlay"}, "Shows lots of useful info", "NONE", -1, ModuleType.RENDER);
this.setHidden(true);
this.setEnabled(true);
}
@Listener