fix: Make it build again

This commit is contained in:
NotMyFault 2022-02-04 11:24:11 +01:00
parent d80bfc7495
commit 15b9b8332c
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -608,6 +608,11 @@ public class StubServer implements Server {
return null;
}
@Override
public @NotNull CommandSender createCommandSender(@NotNull final Consumer<? super Component> feedback) {
return null;
}
@Override
public @NotNull
File getWorldContainer() {