fix: respawn self care never stops running (after being triggered)

This commit is contained in:
ChomeNS
2025-09-17 12:21:10 +07:00
parent efb3c60abc
commit 0e8fe39937
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
3659
3660

View File

@@ -37,5 +37,6 @@ public class RespawnSelfCare extends SelfCare {
@Override
public void run () {
bot.session.send(new ServerboundClientCommandPacket(ClientCommand.RESPAWN));
this.needsRunning = false;
}
}