Clan names should not have spaces.
This commit is contained in:
@@ -116,7 +116,7 @@ public class L2VillageMasterInstance extends L2NpcInstance
|
||||
return;
|
||||
}
|
||||
|
||||
if (!isValidName(cmdParams))
|
||||
if (!cmdParams2.isEmpty() || !isValidName(cmdParams))
|
||||
{
|
||||
player.sendPacket(SystemMessageId.CLAN_NAME_IS_INVALID);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user