Fix bar disguise toggle

This commit is contained in:
libraryaddict
2020-07-04 00:59:33 +12:00
parent 8a59d64702
commit dd05e3e411
2 changed files with 3 additions and 3 deletions

View File

@@ -396,6 +396,6 @@ public enum LibsMsg {
}
public String toString() {
throw new RuntimeException("Dont call this");
throw new IllegalStateException("Dont call this");
}
}