mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
Refactored some actor field names
This commit is contained in:
parent
563118372a
commit
4e0cf36552
42 changed files with 462 additions and 462 deletions
|
@ -133,7 +133,7 @@ namespace Meteor.Map.Actors
|
|||
{
|
||||
foreach (Actor a in mStaticActors.Values)
|
||||
{
|
||||
if (a.actorName.Equals(name))
|
||||
if (a.Name.Equals(name))
|
||||
return a;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue