Add /sync command to alleviate door related sadness
Run /sync if your doors disappear. This will resync your local client with the server state. For more information, please see the associated changelog entry.
This commit is contained in:
parent
44ad2d2eff
commit
f82ab41a25
5 changed files with 26 additions and 3 deletions
|
|
@ -465,6 +465,9 @@ namespace TShockAPI
|
|||
|
||||
[Description("Player can see advanced information about any user account.")]
|
||||
public static readonly string advaccountinfo = "tshock.accountinfo.details";
|
||||
|
||||
[Description("Player can resync themselves with server state.")]
|
||||
public static readonly string synclocalarea = "tshock.synclocalarea";
|
||||
#endregion
|
||||
/// <summary>
|
||||
/// Lists all commands associated with a given permission
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue