illegal start blah blah blah
This commit is contained in:
parent
026cc22f72
commit
edef6a861b
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Reference in a new issue