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:
parent
2e683892c8
commit
498eaaf568
2 changed files with 1 additions and 2 deletions
|
@ -277,7 +277,7 @@ namespace FFXIVClassic_Lobby_Server
|
||||||
break;
|
break;
|
||||||
//Set Target
|
//Set Target
|
||||||
case 0x00CD:
|
case 0x00CD:
|
||||||
subpacket.debugPrintSubPacket();
|
//subpacket.debugPrintSubPacket();
|
||||||
|
|
||||||
SetTargetPacket setTarget = new SetTargetPacket(subpacket.data);
|
SetTargetPacket setTarget = new SetTargetPacket(subpacket.data);
|
||||||
player.getActor().currentTarget = setTarget.actorID;
|
player.getActor().currentTarget = setTarget.actorID;
|
||||||
|
|
|
@ -71,7 +71,6 @@ namespace FFXIVClassic_Lobby_Server
|
||||||
|
|
||||||
private void acceptCallback(IAsyncResult result)
|
private void acceptCallback(IAsyncResult result)
|
||||||
{
|
{
|
||||||
Log.conn("TEST.");
|
|
||||||
ClientConnection conn = null;
|
ClientConnection conn = null;
|
||||||
Socket socket = (System.Net.Sockets.Socket)result.AsyncState;
|
Socket socket = (System.Net.Sockets.Socket)result.AsyncState;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue