1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-23 13:17:45 +00:00

Merged in TheManii/ffxiv-classic-server (pull request #5)

Disable login10/11
This commit is contained in:
Ioncannon 2016-04-07 13:23:44 -04:00
commit 8b55993f25

View file

@ -542,7 +542,7 @@ namespace FFXIVClassic_Map_Server.Actors
packet.debugPrintSubPacket(); packet.debugPrintSubPacket();
queuePacket(packet); queuePacket(packet);
} }
/*
#region hardcode #region hardcode
BasePacket reply10 = new BasePacket("./packets/login/login10.bin"); //Item Storage, Inn Door created BasePacket reply10 = new BasePacket("./packets/login/login10.bin"); //Item Storage, Inn Door created
BasePacket reply11 = new BasePacket("./packets/login/login11.bin"); //NPC Create ??? Final init BasePacket reply11 = new BasePacket("./packets/login/login11.bin"); //NPC Create ??? Final init
@ -551,6 +551,7 @@ namespace FFXIVClassic_Map_Server.Actors
//playerSession.queuePacket(reply10); //playerSession.queuePacket(reply10);
// playerSession.queuePacket(reply11); // playerSession.queuePacket(reply11);
#endregion #endregion
*/
} }
private void sendRemoveInventoryPackets(List<ushort> slots) private void sendRemoveInventoryPackets(List<ushort> slots)