Added configs to Aesu

This commit is contained in:
gigabit101 2015-07-21 17:53:20 +01:00
parent f96e55737f
commit 0880ffac72
3 changed files with 537 additions and 990 deletions

View file

@ -42,7 +42,7 @@ public class ChargeHud
if (mc.inGameHasFocus || (mc.currentScreen != null && mc.gameSettings.showDebugInfo))
{
if (ConfigTechReborn.ShowChargeHud)
drawChargeHud(event.resolution);
drawChargeHud(event.resolution);
}
}