Skip to content

Commit

Permalink
fix: Add Author for Velocity Plugin (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
TreemanKing authored Sep 13, 2023
1 parent 2c919bf commit 0bfc3b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* While there may be a better way to do this for now we are keeping the behavior so it also works with Bungee's horrible API.
*/
@Plugin(id = "advancedportals", name = "Advanced Portals",
@Plugin(authors = {"sekwah41"} ,id = "advancedportals", name = "Advanced Portals",
url = "https://www.spigotmc.org/resources/advanced-portals.14356/",
version = "0.9.3")
public class AdvancedPortalsPlugin {
Expand Down

0 comments on commit 0bfc3b7

Please sign in to comment.