mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-20 16:04:04 +00:00
Adapt new test methods
This commit is contained in:
@@ -144,6 +144,11 @@ public class TestOfflinePermissible implements OfflinePlayer, Permissible {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isConnected() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "Tester";
|
||||
|
Reference in New Issue
Block a user