mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-03 04:21:37 +00:00
Misc cleanup
This commit is contained in:
parent
3f5e2ad85a
commit
3d29248ace
36 changed files with 68 additions and 67 deletions
|
@ -502,7 +502,7 @@ public abstract class UserData extends PlayerExtension implements IConf
|
|||
public boolean isIgnoredPlayer(final String userName)
|
||||
{
|
||||
final IUser user = ess.getUser(userName);
|
||||
if (user == null || !user.isOnline())
|
||||
if (user == null || !user.getBase().isOnline())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue