mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-29 20:32:52 +02:00
start of work moving commands to lua
This commit is contained in:
parent
1159c75ab8
commit
57b9d5ab99
20 changed files with 703 additions and 67 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue