fix build error

This commit is contained in:
Dominika 2020-04-14 08:29:31 -04:00 committed by GitHub
parent cdc9cc16fd
commit d69fb43197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ public class CoordsLog extends Module {
return;
timeout();
if (!playerIsDead && 0 >= mc.player.getHealth()) {
logCoordinates();a
logCoordinates();
playerIsDead = true;
return;
}
@ -71,4 +71,4 @@ public class CoordsLog extends Module {
public void onDisable() {
startTime = 0;
}
}
}