fix: respawn self care never stops running (after being triggered)
This commit is contained in:
@@ -1 +1 @@
|
||||
3659
|
||||
3660
|
||||
@@ -37,5 +37,6 @@ public class RespawnSelfCare extends SelfCare {
|
||||
@Override
|
||||
public void run () {
|
||||
bot.session.send(new ServerboundClientCommandPacket(ClientCommand.RESPAWN));
|
||||
this.needsRunning = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user