mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-22 18:16:14 +01:00
Fix startup error
This commit is contained in:
parent
25e7dbbaf7
commit
dfc060fdcd
@ -29,7 +29,7 @@ public abstract class BackendAPI {
|
||||
|
||||
public static void setImplementation(BackendAPI implementation) {
|
||||
Preconditions.notNull(implementation, "implementation");
|
||||
Preconditions.checkState(implementation == null, "implementation already set");
|
||||
Preconditions.checkState(BackendAPI.implementation == null, "implementation already set");
|
||||
|
||||
BackendAPI.implementation = implementation;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user