Added break to brewing stands.

This commit is contained in:
Brianna 2019-07-11 14:41:50 -04:00
parent b0216877af
commit f758d81094
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ stages:
variables:
name: "EpicHoppers"
path: "/builds/$CI_PROJECT_PATH"
version: "4.1"
version: "4.1.1"
build:
stage: build

View File

@ -347,6 +347,7 @@ public class HopTask extends BukkitRunnable {
}
brewerInventory.setItem(entry.getKey(), currentOutput);
break;
}
this.debt(item, amountToMove, currentHolder);
return true;