diff --git a/Essentials/test/com/earth2me/essentials/FakeServer.java b/Essentials/test/com/earth2me/essentials/FakeServer.java index 339335f4a..1647c0a64 100644 --- a/Essentials/test/com/earth2me/essentials/FakeServer.java +++ b/Essentials/test/com/earth2me/essentials/FakeServer.java @@ -443,6 +443,16 @@ public class FakeServer implements Server { throw new UnsupportedOperationException("Not supported yet."); } + @Override + public ItemStack createExplorerMap(World world, Location location, StructureType structureType) { + throw new UnsupportedOperationException("Not supported yet."); + } + + @Override + public ItemStack createExplorerMap(World world, Location location, StructureType structureType, int radius, boolean findUnexplored) { + throw new UnsupportedOperationException("Not supported yet."); + } + @Override public boolean getAllowFlight() { throw new UnsupportedOperationException("Not supported yet.");