1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-02 09:07:08 +02:00
This commit is contained in:
ementalo
2011-07-09 12:45:41 +01:00
parent 8245adfd08
commit 7ec1ca651f
5 changed files with 92 additions and 120 deletions

View File

@@ -239,4 +239,9 @@ public class FakeServer implements Server
{
throw new UnsupportedOperationException("Not supported yet.");
}
public World getWorld(long l)
{
throw new UnsupportedOperationException("Not supported yet.");
}
}