Skip to content

Commit d57c3ff

Browse files
committed
edit the plugin author
1 parent 9d775a0 commit d57c3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Legend/MainPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class MainPlugin : TerrariaPlugin
2222
public override string Name => "Legend";
2323
public override string Description => English ? "Legend-A role play game plugin for TShock" : "传奇-RPG插件";
2424
public override string Author => "Leader";
25-
public override Version Version => new Version(1, 0, 1, 0);
25+
public override Version Version => new Version(1, 1, 0, 0);
2626
#region GlobalValues
2727
public static Dictionary<string, User> Users = new Dictionary<string, User>();
2828
public static int Tick = 0;

0 commit comments

Comments
 (0)