Skip to content

Commit d719724

Browse files
committed
Add update checker
1 parent bb20f84 commit d719724

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/mikedeejay2/simplestack/Simplestack.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ public void onEnable()
2828
super.onEnable();
2929

3030
this.bStats.init(9379);
31+
this.updateChecker.init("Mikedeejay2", "SimpleStackPlugin");
32+
this.updateChecker.checkForUpdates(10);
3133

3234
this.commandManager.setup("simplestack");
3335

0 commit comments

Comments
 (0)