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

Fix unit tests.

This commit is contained in:
KHobbits
2013-06-02 17:56:48 +01:00
parent 7d4671d1d3
commit 2d3fbc2635

View File

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