Skip to content

Commit

Permalink
增加沙尘暴指令
Browse files Browse the repository at this point in the history
  • Loading branch information
mistzzt committed Sep 23, 2016
1 parent ad546a3 commit b6c88b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions TShockAPI/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "更改下雨."
Expand Down
2 changes: 1 addition & 1 deletion TShockAPI/TShock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class TShock : TerrariaPlugin
/// <summary>CNMode - 显示当前汉化版本信息.</summary>
public static readonly string CNMode = "高级汉化-开发";
/// <summary>CNVersion - 显示当前汉化版本号.</summary>
public static readonly Version CNVersion = new Version(1, 3, 0, 0);
public static readonly Version CNVersion = new Version(1, 3, 1, 0);

/// <summary>SavePath - This is the path TShock saves its data in. This path is relative to the TerrariaServer.exe (not in ServerPlugins).</summary>
public static string SavePath = "tshock";
Expand Down

0 comments on commit b6c88b3

Please sign in to comment.