mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 05:24:34 +02:00
Removed some packet debug outputs.
This commit is contained in:
parent
136ced3aae
commit
70b4fc8630
3 changed files with 4 additions and 4 deletions
|
@ -303,7 +303,7 @@ namespace FFXIVClassic_Map_Server
|
|||
|
||||
break;
|
||||
case 0x012F:
|
||||
subpacket.DebugPrintSubPacket();
|
||||
//subpacket.DebugPrintSubPacket();
|
||||
ParameterDataRequestPacket paramRequest = new ParameterDataRequestPacket(subpacket.data);
|
||||
if (paramRequest.paramName.Equals("charaWork/exp"))
|
||||
player.GetActor().SendCharaExpInfo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue