fix: Make it build again
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user