Quote:
Originally Posted by iSlayer
How is it a bug
|
Because doing
findPlayerByCommunityName("") wouldn't work for accounts that doesn't have one defined.
The most common workaround for servers right now is to use a custom community name string, like...
NPC Code:
client.communityName = (player.communityname == "" ? player.account : player.communityname);