Skip to content

Commit

Permalink
feat: an incredible feature
Browse files Browse the repository at this point in the history
  • Loading branch information
VoperAD committed Jul 15, 2024
1 parent a6c6251 commit e713492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/dev/voper/autoupdatetest/AutoUpdateTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public void onEnable() {
public void onDisable() {
// Plugin shutdown logic
System.out.println("something another random feature");
System.out.println("incredible feature");
boolean feature = false;
}
}

0 comments on commit e713492

Please sign in to comment.