SQLPlayer.isWebRegistered()

This commit is contained in:
Marc Baloup 2022-03-28 23:46:11 +02:00
parent f73c07bea3
commit f8f6b3151b
Signed by: marcbal
GPG Key ID: BBC0FE3ABC30B893
1 changed files with 5 additions and 0 deletions

View File

@ -96,6 +96,11 @@ public class SQLPlayer extends SQLElement<SQLPlayer> {
}
public boolean isWebRegistered() {
return get(password) != null;
}