This commit is contained in:
Anuken
2019-11-01 15:19:42 -04:00
parent 6f19685255
commit 6d6fe41bc5
4 changed files with 12 additions and 6 deletions

View File

@@ -108,7 +108,7 @@ public class DesktopLauncher extends ClientLauncher{
t.touchable(Touchable.disabled);
t.top().left();
t.update(() -> {
if(Core.input.keyTap(KeyCode.BACKTICK) && (loadError || System.getProperty("user.name").equals("anuke"))){
if(Core.input.keyTap(KeyCode.BACKTICK) && (loadError || System.getProperty("user.name").equals("anuke") || Version.modifier.contains("beta"))){
visible[0] = !visible[0];
}