remove trailing whitespace

This commit is contained in:
Max Cantor 2011-09-24 18:30:17 -04:00
parent 5e9cfb2791
commit 6734775620

View file

@ -1,4 +1,4 @@
/* /*
TShock, a server mod for Terraria TShock, a server mod for Terraria
Copyright (C) 2011 The TShock Team Copyright (C) 2011 The TShock Team
@ -36,7 +36,7 @@ namespace TShockAPI
public string Message { get; private set; } public string Message { get; private set; }
public TSPlayer Player { get; private set; } public TSPlayer Player { get; private set; }
/// <summary> /// <summary>
/// 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 /// IE '/kick "jerk face"' will only have 1 argument
/// </summary> /// </summary>
public List<string> Parameters { get; private set; } public List<string> Parameters { get; private set; }