Skip to content

Commit

Permalink
Update FakeServer (EssentialsX#3829)
Browse files Browse the repository at this point in the history
  • Loading branch information
JRoy authored and DarkEyeDragon committed Dec 24, 2020
1 parent f2735fb commit e98dda2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1399,4 +1399,8 @@ public boolean useTimings() {
}
}

@Override
public int getMaxWorldSize() {
throw new UnsupportedOperationException("Not supported yet.");
}
}

0 comments on commit e98dda2

Please # to comment.