fix: actually make that self care commit work with op self care (took SO LONG to figure out and lots of debugging)

it was just that debug samples don't get sent anymore when you are deopped, so i just made the local ticker dispatch when the bot isn't op
This commit is contained in:
ChomeNS
2025-08-03 19:26:35 +07:00
parent 122b5d8535
commit c645c2ec9a
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
3525
3548

View File

@@ -48,7 +48,7 @@ public class TickPlugin implements Listener {
}
});
if (!receivedDebugSample) dispatchTick();
if (!receivedDebugSample || bot.selfCare.data.permissionLevel < 2) dispatchTick();
}
private void tickLocalSecond () {