1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-23 14:53:26 +02:00

Fix unit tests.

This commit is contained in:
KHobbits
2013-06-02 17:56:48 +01:00
parent 5d5fee4612
commit 0457705850

View File

@@ -510,7 +510,7 @@ public class FakeServer implements Server
@Override @Override
public boolean isOnline() public boolean isOnline()
{ {
throw new UnsupportedOperationException("Not supported yet."); return false;
} }
@Override @Override