Addition of custom ChangePlayerName bypass.

This commit is contained in:
MobiusDevelopment
2019-10-30 23:08:31 +00:00
parent 602be3dd09
commit 3f5edd3db1
53 changed files with 1756 additions and 35 deletions

View File

@@ -489,7 +489,7 @@ public class AdminEditChar implements IAdminCommandHandler
{
return false;
}
if (CharNameTable.getInstance().getIdByName(val) > 0)
if (CharNameTable.getInstance().doesCharNameExist(val))
{
BuilderUtil.sendSysMessage(activeChar, "Warning, player " + val + " already exists");
return false;