mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 13:34:38 +02:00
Fixed all errors with player loader from db. DBAppearance is redundent and was removed.
This commit is contained in:
parent
16f6fe98b3
commit
9fc4101812
6 changed files with 181 additions and 172 deletions
|
@ -49,7 +49,7 @@ namespace FFXIVClassic_Lobby_Server
|
|||
{
|
||||
mPlayers = playerList;
|
||||
mConnections = connectionList;
|
||||
initNpcs();
|
||||
// initNpcs();
|
||||
}
|
||||
|
||||
public void processPacket(ClientConnection client, BasePacket packet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue