illegal start blah blah blah

This commit is contained in:
Jess H 2024-05-28 06:13:47 +01:00
parent 026cc22f72
commit edef6a861b

View file

@ -13,7 +13,7 @@ public class AutoRespawn extends Feature {
}
public void onTick() {
if (mc.currentScreen instanceof GuiGameOver)) {
if (mc.currentScreen instanceof GuiGameOver) {
mc.player.respawnPlayer();
mc.displayGuiScreen(null);
BaseBand.notify("Respawned.");