Skip to content

Commit

Permalink
oops wrong plugin!
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunnky committed Oct 25, 2024
1 parent a804616 commit 0e1befd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/bunnky/idreamofeasy/IDreamOfEasy.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void tryUpdate() {
if (getConfig().getBoolean("options.auto-update", true)
&& getDescription().getVersion().startsWith("Dev - ")
) {
new BlobBuildUpdater(this, getFile(), "SlimeVision", "Dev").start();
new BlobBuildUpdater(this, getFile(), "IDreamOfEasy", "Dev").start();
}
}

Expand Down

0 comments on commit 0e1befd

Please sign in to comment.