mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Make Getters more case consistant
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user