diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs
index 5da8d0710..3ae58de7a 100644
--- a/TShockAPI/Commands.cs
+++ b/TShockAPI/Commands.cs
@@ -499,6 +499,10 @@ public static void InitCommands()
{
HelpText = "开启出生点保护."
});
+ add(new Command(Permissions.sandstorm, Sandstorm, "sandstorm", "沙尘暴")
+ {
+ HelpText = "开启/终止 沙尘暴."
+ });
add(new Command(Permissions.rain, Rain, "rain", "雨")
{
HelpText = "更改下雨."
diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs
index 10e76122a..713bbb8f8 100644
--- a/TShockAPI/TShock.cs
+++ b/TShockAPI/TShock.cs
@@ -55,7 +55,7 @@ public class TShock : TerrariaPlugin
/// CNMode - ʾǰ汾Ϣ.
public static readonly string CNMode = "-";
/// CNVersion - ʾǰ汾.
- public static readonly Version CNVersion = new Version(1, 3, 0, 0);
+ public static readonly Version CNVersion = new Version(1, 3, 1, 0);
/// SavePath - This is the path TShock saves its data in. This path is relative to the TerrariaServer.exe (not in ServerPlugins).
public static string SavePath = "tshock";