Skip to content

Commit

Permalink
Rename VisitPladdon to Pladdon.
Browse files Browse the repository at this point in the history
This will remove warning in Pladdon loading.
  • Loading branch information
BONNe committed Aug 20, 2021
1 parent 3719287 commit 7b9b6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/world/bentobox/visit/VisitPladdon.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* This is a dummy class that allows to load addon via Bukkit Plugin loader.
* @author BONNe
*/
@Plugin(name="VisitPladdon", version="1.0")
@Plugin(name="Pladdon", version="1.0")
@ApiVersion(ApiVersion.Target.v1_17)
@Dependency(value = "BentoBox")
public class VisitPladdon extends Pladdon
Expand Down

0 comments on commit 7b9b6cb

Please sign in to comment.