Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipperman committed Aug 28, 2024
1 parent ec882f7 commit ed8ebb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/bq_standard/tasks/TaskRetrieval.java
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,7 @@ public void run(ItemStack stack, IntFunction<ItemStack> consumer, UUID runner) {
int remaining = rStack.stackSize - value.getSecond()[i];

if (task.consume) {
QuestingAPI.getLogger().error(task.getUnlocalisedName() + ", RUNNER: " + runner + ", FIRST: " + value.getFirst());
if (QBConfig.fullySyncQuests && runner.equals(value.getFirst())){
QuestingAPI.getLogger().error("RUN THROUGH");
ItemStack removed = consumer.apply(remaining);
int temp = i;
progress.forEach(p -> p.getSecond()[temp] += removed.stackSize);
Expand Down

0 comments on commit ed8ebb1

Please sign in to comment.