Added specifier to tshock commands
This commit is contained in:
parent
825de3fe73
commit
a632e7f510
3 changed files with 207 additions and 185 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue