mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +00:00
Update FakeServer (#3829)
This commit is contained in:
parent
ef1202923e
commit
d4ed77fdc6
1 changed files with 4 additions and 0 deletions
|
@ -1399,4 +1399,8 @@ public class FakeServer implements Server {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMaxWorldSize() {
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue