Updated XML documentation for several methods

This commit is contained in:
Lucas Nicodemus 2015-04-12 23:39:04 -06:00
parent 726576e3e0
commit 417ffbc740
7 changed files with 17 additions and 19 deletions

View file

@ -1123,8 +1123,7 @@ namespace TShockAPI
/// <summary>
/// When a server command is run.
/// </summary>
/// <param name="cmd"></param>
/// <param name="e"></param>
/// <param name="args">The CommandEventArgs object</param>
private void ServerHooks_OnCommand(CommandEventArgs args)
{
if (args.Handled)