Added lanterns night event to the worldevent command.

This commit is contained in:
0x3fcf1bbd 2022-01-15 23:49:37 +01:00
parent e42da74f85
commit 5e54445818
2 changed files with 20 additions and 1 deletions

View file

@ -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";