Weird issue with packet bufferer warnings.

This commit is contained in:
Zack Piispanen 2013-10-19 02:54:16 -04:00
parent 078dca1f40
commit 7720380b09

View file

@ -213,6 +213,7 @@ namespace TShockAPI
switch ((uint)e.ErrorCode) switch ((uint)e.ErrorCode)
{ {
case 0x80004005: case 0x80004005:
case 10053:
break; break;
default: default:
Log.Warn(e.ToString()); Log.Warn(e.ToString());