Change API error message

This commit is contained in:
filoghost 2021-05-10 22:22:07 +02:00
parent fe54ed7dc7
commit dfb6e0ab33

View File

@ -21,7 +21,7 @@ public abstract class HolographicDisplaysAPIProvider {
public static HolographicDisplaysAPIProvider getImplementation() {
if (implementation == null) {
throw new IllegalStateException("No API implementation set. Is Holographic Displays enabled?");
throw new IllegalStateException("Holographic Displays did not load properly");
}
return implementation;