Skip to content

Commit c781628

Browse files
committed
Fix bug with status check
1 parent 04fb8c4 commit c781628

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/net/clementraynaud/skoice/bot

1 file changed

+2
-1
lines changed

src/main/java/net/clementraynaud/skoice/bot/Bot.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,10 @@ public void updateStatus() {
265265
}
266266
}
267267

268-
this.isStatusChecked = true;
269268
this.updateActivity();
270269
}
270+
271+
this.isStatusChecked = true;
271272
}
272273

273274
public void updateActivity() {

0 commit comments

Comments
 (0)