mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-07 11:19:56 +01:00
Change API error message
This commit is contained in:
parent
fe54ed7dc7
commit
dfb6e0ab33
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user