Rip ContainerViewer

This commit is contained in:
StormyBytes
2021-06-05 05:44:31 +07:00
parent 414a2f3bf0
commit 3f37d78067
2 changed files with 0 additions and 105 deletions

View File

@@ -59,7 +59,6 @@ public class MeteorRejectsAddon extends MeteorAddon {
HUD hud = modules.get(HUD.class);
hud.elements.add(new AppleHud(hud));
hud.elements.add(new ContainerViewerHud(hud));
hud.elements.add(new CrystalHud(hud));
hud.elements.add(new ExpHud(hud));
}