mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-06 08:28:10 +01:00
Remove getMap(short) method from FakeServer
This commit is contained in:
parent
3856a690eb
commit
b267103274
@ -444,11 +444,6 @@ public class FakeServer implements Server {
|
|||||||
throw new UnsupportedOperationException("Not supported yet.");
|
throw new UnsupportedOperationException("Not supported yet.");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public MapView getMap(short i) {
|
|
||||||
throw new UnsupportedOperationException("Not supported yet.");
|
|
||||||
}
|
|
||||||
|
|
||||||
public MapView getMap(int id) {
|
public MapView getMap(int id) {
|
||||||
throw new UnsupportedOperationException("Not supported yet.");
|
throw new UnsupportedOperationException("Not supported yet.");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user