Fix tnt licencing

This commit is contained in:
Pablete1234 2017-01-30 06:51:26 +01:00
parent a6b718cd22
commit e2557249ad
No known key found for this signature in database
GPG Key ID: DAFF9A337EF9A5FA
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class LocalUserDocument implements User {
@Override
public @Nullable Instant granted_tnt_license_at() {
return null;
return Instant.EPOCH;
}
@Override