mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
fix: Make it build again
This commit is contained in:
parent
d80bfc7495
commit
15b9b8332c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user