Added /expert command to toggled expert mode

This commit is contained in:
White 2015-07-06 10:51:08 +09:30
parent 800ef86b65
commit 2dd4be0081
2 changed files with 14 additions and 0 deletions

View file

@ -254,6 +254,9 @@ namespace TShockAPI
// tshock.world nodes
[Description("User can change expert state.")]
public static readonly string toggleexpert = "tshock.world.toggleexpert";
[Description("Allows you to edit the spawn.")]
public static readonly string editspawn = "tshock.world.editspawn";