From 73bf4857ebdf555abdb96f50cf7204d1f193aec9 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 31 Dec 2011 16:18:34 -0700 Subject: [PATCH] Invalid expression term semicolon fuck off. --- TShockAPI/ConfigFile.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index fbee24a6..f4e8a8a4 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -193,8 +193,7 @@ namespace TShockAPI [Description("Allows users to register any username with /register")] public bool AllowRegisterAnyUsername; - [Description("Allows users to login with any username with /login")] - public bool AllowLoginAnyUsername = true; + [Description("Allows users to login with any username with /login")] public bool AllowLoginAnyUsername = true; public static ConfigFile Read(string path) {