Remove PacketBufferer

The packet bufferer was obsolete.
This commit is contained in:
Lucas Nicodemus 2016-10-23 06:02:27 -06:00
parent b15dfbc1ec
commit a8b4bf1d95
No known key found for this signature in database
GPG key ID: CEE668CCE1BF2C7C
3 changed files with 0 additions and 299 deletions

View file

@ -107,9 +107,6 @@ namespace TShockAPI
public static IDbConnection DB;
/// <summary>OverridePort - Determines if TShock should override the server port.</summary>
public static bool OverridePort;
/// <summary>PacketBuffer - Static reference to the packet bufferer system, which buffers packets to clients for better performance.</summary>
[Obsolete("PacketBufferer is no longer used", true)]
public static PacketBufferer PacketBuffer;
/// <summary>Geo - Static reference to the GeoIP system which determines the location of an IP address.</summary>
public static GeoIPCountry Geo;
/// <summary>RestApi - Static reference to the Rest API authentication manager.</summary>