INDEV -- Pushed for in-house testing and development

This commit is contained in:
IronApollo
2019-02-17 03:47:32 -05:00
parent 0763e4c05c
commit 24fbc86cdd
25 changed files with 377 additions and 326 deletions

View File

@ -184,4 +184,14 @@ public class TestOfflinePermissible implements OfflinePlayer, Permissible {
public Map<String, Object> serialize() {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public long getLastLogin() {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public long getLastSeen() {
throw new UnsupportedOperationException("Not supported yet.");
}
}