Update GetDataHandlers for new packet stuff.

This commit is contained in:
Zack Piispanen 2014-05-10 14:30:59 -04:00
parent 9a36405df2
commit 1eb40afd1c
4 changed files with 123 additions and 146 deletions

View file

@ -1150,7 +1150,7 @@ namespace TShockAPI
if (e.Handled)
return;
/*PacketTypes type = e.MsgID;
PacketTypes type = e.MsgID;
Debug.WriteLine("Recv: {0:X}: {2} ({1:XX})", e.Msg.whoAmI, (byte) type, type);
@ -1178,7 +1178,7 @@ namespace TShockAPI
{
// Exceptions are already handled
e.Handled = GetDataHandlers.HandlerGetData(type, player, data);
}*/
}
}
private void OnGreetPlayer(GreetPlayerEventArgs args)