un-did last commit bc it breaks toggling on startup now, looking into it

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

View File

@ -22,7 +22,6 @@ 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