Make Getters more case consistant

This commit is contained in:
TheManii
2016-04-06 15:29:24 -07:00
parent cdcdd6a584
commit ea1e16aea7
7 changed files with 27 additions and 27 deletions

View File

@@ -49,7 +49,7 @@ namespace FFXIVClassic_Map_Server.Actors
{
List<LuaParam> lParams;
Player player = Server.GetWorldManager().GetPCInWorld(playerActorId);
Player player = Server.getWorldManager().GetPCInWorld(playerActorId);
lParams = LuaEngine.doActorOnInstantiate(player, this);
if (lParams == null)