Skip to content

Commit d4ed77f

Browse files
authored
Update FakeServer (#3829)
1 parent ef12029 commit d4ed77f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Essentials/src/test/java/com/earth2me/essentials/FakeServer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,4 +1399,8 @@ public boolean useTimings() {
13991399
}
14001400
}
14011401

1402+
@Override
1403+
public int getMaxWorldSize() {
1404+
throw new UnsupportedOperationException("Not supported yet.");
1405+
}
14021406
}

0 commit comments

Comments
 (0)