mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-21 23:51:42 +01:00
Update FakeServer
This commit is contained in:
parent
0e668fa0f2
commit
4fcb032791
@ -91,16 +91,6 @@ public class FakeServer implements Server {
|
||||
return "127.0.0.1";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getServerName() {
|
||||
return "Test Server";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getServerId() {
|
||||
return "Test Server";
|
||||
}
|
||||
|
||||
@Override
|
||||
public int broadcastMessage(String string) {
|
||||
int i = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user