From 94f5f12d461b201a9b50ce6653fcf8275b97e029 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 31 Dec 2011 13:41:55 -0700 Subject: [PATCH] Remove configuration option for sync players --- TShockAPI/ConfigFile.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 2532950a..51e9cdc3 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -103,8 +103,6 @@ namespace TShockAPI [Description("Enables kicking of banned users by matching their Character Name")] public bool EnableBanOnUsernames; - [Description("Drops excessive sync packets")] public bool EnableAntiLag = true; - [Description("Selects the default group name to place new registrants under")] public string DefaultRegistrationGroupName = "default";