mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
start of work moving commands to lua
This commit is contained in:
@@ -292,7 +292,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
{
|
||||
if (a is Player)
|
||||
{
|
||||
if (((Player)a).customDisplayName.Equals(name))
|
||||
if (((Player)a).customDisplayName.ToLower().Equals(name.ToLower()))
|
||||
return (Player)a;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user