also warn on first run

This commit is contained in:
blockparole 2019-11-30 02:36:54 +01:00
parent ac9e373fed
commit 466e75b314
1 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,9 @@ public class AutoFeetPlace extends Module {
if (firstRun) {
firstRun = false;
if (findObiInHotbar() == -1) {
missingObiDisable = true;
}
}
int blocksPlaced = 0;