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
|
|
@ -64,7 +64,8 @@ namespace TShockAPI.DB
|
|||
Permissions.canlogin,
|
||||
Permissions.canpartychat,
|
||||
Permissions.cantalkinthird,
|
||||
Permissions.canchat));
|
||||
Permissions.canchat,
|
||||
Permissions.synclocalarea));
|
||||
|
||||
AddDefaultGroup("default", "guest",
|
||||
string.Join(",",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue