mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-30 20:39:13 +00:00
remove user by name method (used deprecated stuff)
This commit is contained in:
@@ -44,8 +44,4 @@ public class CosmeticUsers {
|
||||
if (entity.getType().equals(EntityType.PLAYER)) return null;
|
||||
return COSMETIC_USERS.get(entity.getUniqueId());
|
||||
}
|
||||
|
||||
public static CosmeticUser getUser(String playerName) {
|
||||
return getUser(Bukkit.getPlayer(playerName).getUniqueId());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user