mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-19 10:25:00 +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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public @NotNull CommandSender createCommandSender(@NotNull final Consumer<? super Component> feedback) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public @NotNull
|
public @NotNull
|
||||||
File getWorldContainer() {
|
File getWorldContainer() {
|
||||||
|
Loading…
Reference in New Issue
Block a user