diff --git a/Essentials/test/com/earth2me/essentials/FakeServer.java b/Essentials/test/com/earth2me/essentials/FakeServer.java index f0e8d9e09..9e0a10b3a 100644 --- a/Essentials/test/com/earth2me/essentials/FakeServer.java +++ b/Essentials/test/com/earth2me/essentials/FakeServer.java @@ -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."); }