fix aura npe

This commit is contained in:
Bella 2019-12-03 20:57:18 -05:00
parent 4b7117c13a
commit 47cccf1aad
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ public class Aura extends Module {
@Override
public void onEnable() {
if (mc.player == null) {
return;
}
if (autoWait.getValue()) {
Command.sendWarningMessage("[Aura] When Auto Tick Delay is turned on whatever you give Tick Delay doesn't matter, it uses the current TPS instead");
}