Fixes #1197
This commit is contained in:
parent
e5349d95c9
commit
952da9609a
4 changed files with 5 additions and 4 deletions
|
|
@ -308,8 +308,8 @@ namespace TShockAPI
|
|||
[Description("User can set the world spawn.")]
|
||||
public static readonly string worldspawn = "tshock.world.setspawn";
|
||||
|
||||
[Description( "User can set the dungeon's location." )]
|
||||
public static readonly string dungeonposition = "tshock.world.setdungeon";
|
||||
[Description("User can set the dungeon's location.")]
|
||||
public static readonly string dungeonposition = "tshock.world.setdungeon";
|
||||
|
||||
[Description("User can drop a meteor.")]
|
||||
public static readonly string dropmeteor = "tshock.world.time.dropmeteor";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue