From 673477562081dd20c2517a8f1363302f25d742b0 Mon Sep 17 00:00:00 2001 From: Max Cantor Date: Sat, 24 Sep 2011 18:30:17 -0400 Subject: [PATCH] remove trailing whitespace --- TShockAPI/Commands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 2624c085..638fdff5 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -1,4 +1,4 @@ -/* +/* TShock, a server mod for Terraria Copyright (C) 2011 The TShock Team @@ -36,7 +36,7 @@ namespace TShockAPI public string Message { get; private set; } public TSPlayer Player { get; private set; } /// - /// Parameters passed to the arguement. Does not include the command name. + /// Parameters passed to the arguement. Does not include the command name. /// IE '/kick "jerk face"' will only have 1 argument /// public List Parameters { get; private set; }