mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Fix unit tests.
This commit is contained in:
parent
5d5fee4612
commit
0457705850
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ public class FakeServer implements Server
|
|||
@Override
|
||||
public boolean isOnline()
|
||||
{
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue