Fix Compile issues

This commit is contained in:
len
2021-05-15 12:34:19 +02:00
parent 19bb94fa74
commit 904fc3faad
11 changed files with 49 additions and 49 deletions
@@ -7,7 +7,9 @@ import java.util.UUID;
public interface ChatAPI {
ChatAPI get();
static ChatAPI get() {
return ChatImplementation.get();
}
LuckPerms getLuckPerms();