forked from RepoMirrors/kami-blue
naming more consistent in ca
This commit is contained in:
parent
b31f587391
commit
3daf3dcb56
|
@ -83,7 +83,7 @@ public class CrystalAura extends Module {
|
||||||
checkAbsorption.setValue(true);
|
checkAbsorption.setValue(true);
|
||||||
defaultSetting.setValue(false);
|
defaultSetting.setValue(false);
|
||||||
Command.sendChatMessage(this.getChatName() + " Set to defaults!");
|
Command.sendChatMessage(this.getChatName() + " Set to defaults!");
|
||||||
Command.sendChatMessage(this.getChatName() + " Close and reopen the CrystalAura settings menu to see changes");
|
Command.sendChatMessage(this.getChatName() + " Close and reopen the " + this.getName() + " settings menu to see changes");
|
||||||
}
|
}
|
||||||
|
|
||||||
EntityEnderCrystal crystal = mc.world.loadedEntityList.stream()
|
EntityEnderCrystal crystal = mc.world.loadedEntityList.stream()
|
||||||
|
|
Loading…
Reference in New Issue