Added lanterns night event to the worldevent command.
This commit is contained in:
parent
e42da74f85
commit
5e54445818
2 changed files with 20 additions and 1 deletions
|
|
@ -307,6 +307,9 @@ namespace TShockAPI
|
|||
[Description("User can use the 'rain' subcommand of the 'worldevent' command")]
|
||||
public static readonly string managerainevent = "tshock.world.events.rain";
|
||||
|
||||
[Description("User can use the 'lanternsnight' subcommand of the 'worldevent' command")]
|
||||
public static readonly string managelanternsnightevent = "tshock.world.events.lanternsnight";
|
||||
|
||||
[Description("User can change expert state.")]
|
||||
public static readonly string toggleexpert = "tshock.world.toggleexpert";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue