1
0
mirror of https://github.com/EssentialsX/Essentials.git synced 2025-01-03 23:18:04 +01:00

Remove getMap(short) method from FakeServer

This commit is contained in:
md678685 2019-02-20 12:45:37 +00:00
parent 3856a690eb
commit b267103274

View File

@ -444,11 +444,6 @@ public class FakeServer implements Server {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public MapView getMap(short i) {
throw new UnsupportedOperationException("Not supported yet.");
}
public MapView getMap(int id) {
throw new UnsupportedOperationException("Not supported yet.");
}