From b6c88b375a20c1a38d8684bfd6194b182a0094c0 Mon Sep 17 00:00:00 2001 From: Zt Wang Date: Fri, 23 Sep 2016 22:16:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B2=99=E5=B0=98=E6=9A=B4?= =?UTF-8?q?=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TShockAPI/Commands.cs | 4 ++++ TShockAPI/TShock.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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";