From fd49aaad83b41c71b70e84389642edd45562a05f Mon Sep 17 00:00:00 2001 From: Jordy Moos Date: Thu, 16 Jul 2015 13:25:03 +0200 Subject: [PATCH] Use tabs not spaces --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index d0cc030c..36e9ffe3 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -3600,7 +3600,7 @@ namespace TShockAPI { if (args.Parameters.Count != 1) { - args.Player.SendErrorMessage("Invalid syntax! Proper syntax: {0}serverpassword \"\"", Specifier); + args.Player.SendErrorMessage("Invalid syntax! Proper syntax: {0}serverpassword \"\"", Specifier); return; } string passwd = args.Parameters[0];