Added specifier to tshock commands

This commit is contained in:
Enerdy 2015-02-28 14:25:50 +00:00
parent 825de3fe73
commit a632e7f510
3 changed files with 207 additions and 185 deletions

View file

@ -372,10 +372,10 @@ namespace TShockAPI
}
}
/// <summary>
/// Saves the player's inventory to SSI
/// </summary>
/// <returns>bool - True/false if it saved successfully</returns>
/// <summary>
/// Saves the player's inventory to SSI
/// </summary>
/// <returns>bool - True/false if it saved successfully</returns>
public bool SaveServerCharacter()
{
if (!Main.ServerSideCharacter)