Cherrypick *b16ea7b Disable login10/11

This commit is contained in:
TheManii 2016-04-07 10:37:14 -07:00
parent 4cf005467a
commit 7c0594b749

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
@ -552,7 +552,7 @@ namespace FFXIVClassic_Map_Server.Actors
// playerSession.queuePacket(reply11); // playerSession.queuePacket(reply11);
#endregion #endregion
} }
*/
private void sendRemoveInventoryPackets(List<ushort> slots) private void sendRemoveInventoryPackets(List<ushort> slots)
{ {
int currentIndex = 0; int currentIndex = 0;