Update FakeServer (#3829)

This commit is contained in:
Josh Roy 2020-12-13 21:11:29 -05:00 committed by GitHub
parent ef1202923e
commit d4ed77fdc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1399,4 +1399,8 @@ public class FakeServer implements Server {
}
}
@Override
public int getMaxWorldSize() {
throw new UnsupportedOperationException("Not supported yet.");
}
}