Skip to content

Commit

Permalink
Apoli: Remove Origins Fabric's debug? logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
MerchantPug committed Mar 13, 2024
1 parent 22e30b9 commit 5aa9dda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ private void modifyLootTable(LootContext context, CallbackInfoReturnable<ObjectA
private void setReplacedLootTable(LootContext context, Consumer<ItemStack> lootConsumer, CallbackInfo ci) {
if (this.lootTableId.equals(ReplaceLootTablePower.REPLACED_TABLE_UTIL_ID)) {
LootTable replace = ReplaceLootTablePower.peek();
Apoli.LOGGER.info("Replacing " + ReplaceLootTablePower.REPLACED_TABLE_UTIL_ID + " with " + replace.getLootTableId());
replace.getRandomItemsRaw(context, lootConsumer);
ci.cancel();
}
Expand Down

0 comments on commit 5aa9dda

Please sign in to comment.