tests: Update tests to latest Server changes

This commit is contained in:
NotMyFault
2021-10-17 10:06:21 +02:00
parent 5db9a601b1
commit 69a85fb068

View File

@ -993,6 +993,11 @@ public class StubServer implements Server {
return 0;
}
@Override
public @NotNull File getPluginsFolder() {
return null;
}
@Override
public boolean isStopping() {
return false;