Skip to content

Commit

Permalink
edit the plugin author
Browse files Browse the repository at this point in the history
  • Loading branch information
Leader-txt committed Dec 29, 2022
1 parent 9d775a0 commit d57c3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Legend/MainPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class MainPlugin : TerrariaPlugin
public override string Name => "Legend";
public override string Description => English ? "Legend-A role play game plugin for TShock" : "传奇-RPG插件";
public override string Author => "Leader";
public override Version Version => new Version(1, 0, 1, 0);
public override Version Version => new Version(1, 1, 0, 0);
#region GlobalValues
public static Dictionary<string, User> Users = new Dictionary<string, User>();
public static int Tick = 0;
Expand Down

0 comments on commit d57c3ff

Please sign in to comment.