change deathcoords default to true

This commit is contained in:
Bella 2019-11-30 22:36:09 -05:00
parent 112262c6f4
commit 426c1ec3c6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import net.minecraft.client.gui.GuiGameOver;
public class AutoRespawn extends Module {
private Setting<Boolean> respawn = register(Settings.b("Respawn", true));
private Setting<Boolean> deathCoords = register(Settings.b("DeathCoords", false));
private Setting<Boolean> deathCoords = register(Settings.b("DeathCoords", true));
private Setting<Boolean> antiGlitchScreen = register(Settings.b("Anti Glitch Screen", true));
@EventHandler