1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-22 04:37:47 +00:00

Disabled some debug output and removed test line in Server.

This commit is contained in:
Filip Maj 2015-10-15 22:34:11 -04:00
parent 2e683892c8
commit 498eaaf568
2 changed files with 1 additions and 2 deletions

View file

@ -277,7 +277,7 @@ namespace FFXIVClassic_Lobby_Server
break;
//Set Target
case 0x00CD:
subpacket.debugPrintSubPacket();
//subpacket.debugPrintSubPacket();
SetTargetPacket setTarget = new SetTargetPacket(subpacket.data);
player.getActor().currentTarget = setTarget.actorID;

View file

@ -71,7 +71,6 @@ namespace FFXIVClassic_Lobby_Server
private void acceptCallback(IAsyncResult result)
{
Log.conn("TEST.");
ClientConnection conn = null;
Socket socket = (System.Net.Sockets.Socket)result.AsyncState;