forked from RepoMirrors/kami-blue
also warn on first run
This commit is contained in:
parent
ac9e373fed
commit
466e75b314
|
@ -138,6 +138,9 @@ public class AutoFeetPlace extends Module {
|
|||
|
||||
if (firstRun) {
|
||||
firstRun = false;
|
||||
if (findObiInHotbar() == -1) {
|
||||
missingObiDisable = true;
|
||||
}
|
||||
}
|
||||
|
||||
int blocksPlaced = 0;
|
||||
|
|
Loading…
Reference in New Issue