force info on

This commit is contained in:
Bella 2019-12-13 11:47:06 -05:00
parent 2f5771a81d
commit 7ff44525a0
1 changed files with 4 additions and 0 deletions

View File

@ -16,4 +16,8 @@ public class InfoOverlay extends Module {
public Setting<Boolean> globalInfoFps = register(Settings.b("FPS", true));
public Setting<Boolean> globalInfoPin = register(Settings.b("Ping", true));
public Setting<Boolean> globalInfoMem = register(Settings.b("Memory", true));
public void onDisable() {
this.enable();
}
}