spelling errors im really dumb

This commit is contained in:
S-B99 2020-02-27 23:50:29 -05:00
parent 1f4265220b
commit 45f338abe5
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ public class CrystalAura extends Module {
checkAbsorption.setValue(true);
defaultSetting.setValue(false);
Command.sendChatMessage("[CrystalAura] Set to defaults!");
Command.sendChatMessage("[CrystalAura] Close and reopen the ElytraFlight setting's menu to see changes");
Command.sendChatMessage("[CrystalAura] Close and reopen the CrystalAura settings menu to see changes");
}
EntityEnderCrystal crystal = mc.world.loadedEntityList.stream()

View File

@ -35,7 +35,7 @@ public class ElytraFlight extends Module {
downSpeed.setValue(0.04f);
defaultSetting.setValue(false);
Command.sendChatMessage("[ElytraFlight] Set to defaults!");
Command.sendChatMessage("[ElytraFlight] Close and reopen the ElytraFlight setting's menu to see changes");
Command.sendChatMessage("[ElytraFlight] Close and reopen the ElytraFlight settings menu to see changes");
}
if (mc.player.capabilities.isFlying) {