Skip to content

Commit

Permalink
chore: Update plugin info strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mpql committed Jul 13, 2022
1 parent 2b1c201 commit 943f5aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ public class WarpplatePlugin : TerrariaPlugin

public override string Name
{
get { return "Warpplate"; }
get { return "AdvancedWarpplates"; }
}
public override string Author
{
get { return "Maintained by popstarfreas"; }
get { return "DarkunderdoG; Maintained by popstarfreas, Zaicon, bippity, mpql"; }
}
public override string Description
{
get { return "Warpplate"; }
get { return "AdvancedWarpplates"; }
}
public override Version Version
{
Expand Down

0 comments on commit 943f5aa

Please sign in to comment.