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

@ -68,7 +68,7 @@ namespace FFXIVClassic_Lobby_Server
if (startServer)
{
Server server = new Server();
CommandProcessor cp = new CommandProcessor(server.GetConnectedPlayerList());
CommandProcessor cp = new CommandProcessor(server.getConnectedPlayerList());
server.startServer();
while (true)