Add a sandstorm command
This commit is contained in:
parent
9520e7e782
commit
36343dd8e7
3 changed files with 32 additions and 0 deletions
|
|
@ -326,6 +326,9 @@ namespace TShockAPI
|
|||
[Description("User can paint tiles.")]
|
||||
public static readonly string canpaint = "tshock.world.paint";
|
||||
|
||||
[Description("User can turn on or off sandstorms.")]
|
||||
public static readonly string sandstorm = "tshock.world.sandstorm";
|
||||
|
||||
[Description("User can turn on or off the rain.")]
|
||||
public static readonly string rain = "tshock.world.rain";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue