Removed debug code
This commit is contained in:
parent
7af6f7fae6
commit
65df558f33
1 changed files with 0 additions and 9 deletions
|
|
@ -176,7 +176,6 @@ namespace TShockAPI
|
||||||
NetHooks.GetData += GetData;
|
NetHooks.GetData += GetData;
|
||||||
NetHooks.GreetPlayer += OnGreetPlayer;
|
NetHooks.GreetPlayer += OnGreetPlayer;
|
||||||
NpcHooks.StrikeNpc += NpcHooks_OnStrikeNpc;
|
NpcHooks.StrikeNpc += NpcHooks_OnStrikeNpc;
|
||||||
NetHooks.SendData += NetHooks_SendData;
|
|
||||||
|
|
||||||
GetDataHandlers.InitGetDataHandler();
|
GetDataHandlers.InitGetDataHandler();
|
||||||
Commands.InitCommands();
|
Commands.InitCommands();
|
||||||
|
|
@ -189,14 +188,6 @@ namespace TShockAPI
|
||||||
Log.ConsoleInfo("Backups " + (Backups.Interval > 0 ? "Enabled" : "Disabled"));
|
Log.ConsoleInfo("Backups " + (Backups.Interval > 0 ? "Enabled" : "Disabled"));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void NetHooks_SendData(SendDataEventArgs e)
|
|
||||||
{
|
|
||||||
if (e.MsgID == PacketTypes.PlayerActive)
|
|
||||||
{
|
|
||||||
//Debug.WriteLine("Send: {0} ({1:X2})", (byte)e.MsgID, e.MsgID.ToString());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public override void DeInitialize()
|
public override void DeInitialize()
|
||||||
{
|
{
|
||||||
GameHooks.PostInitialize -= OnPostInit;
|
GameHooks.PostInitialize -= OnPostInit;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue