mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 13:34:38 +02:00
Make Getters more case consistant
This commit is contained in:
parent
cdcdd6a584
commit
ea1e16aea7
7 changed files with 27 additions and 27 deletions
|
@ -23,8 +23,8 @@ namespace FFXIVClassic_Lobby_Server
|
|||
class CommandProcessor
|
||||
{
|
||||
private Dictionary<uint, ConnectedPlayer> mConnectedPlayerList;
|
||||
private static WorldManager mWorldManager = Server.GetWorldManager();
|
||||
private static Dictionary<uint, Item> gamedataItems = Server.GetGamedataItems();
|
||||
private static WorldManager mWorldManager = Server.getWorldManager();
|
||||
private static Dictionary<uint, Item> gamedataItems = Server.getItemGamedataList();
|
||||
|
||||
public CommandProcessor(Dictionary<uint, ConnectedPlayer> playerList)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue