diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 432b0963a..16b70886f 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -512,7 +512,7 @@ public static void InitCommands() AllowServer = false, HelpText = "设定世界出生点." }); - add(new Command(Permissions.dungeonposition, SetDungeon, "setdungeon", , "设置地牢位置") + add(new Command(Permissions.dungeonposition, SetDungeon, "setdungeon", "设置地牢位置") { AllowServer = false, HelpText = "设定世界地牢位置." diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 9a6d37a99..538148761 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, 2, 1, 0); + public static readonly Version CNVersion = new Version(1, 2, 2, 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";