Fix bar disguise toggle
This commit is contained in:
@@ -396,6 +396,6 @@ public enum LibsMsg {
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
throw new RuntimeException("Dont call this");
|
||||
throw new IllegalStateException("Dont call this");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user