补充log
This commit is contained in:
parent
76ad5e2d85
commit
b976339687
@ -208,7 +208,7 @@ public class Events implements Listener {
|
||||
XLogger.debug("ratio: " + ratio);
|
||||
List<ItemStack> loots = event.getDrops();
|
||||
for (ItemStack loot : loots) {
|
||||
XLogger.debug("LootGenerateEvent: " + loot.getAmount());
|
||||
XLogger.debug("LootGenerateEvent: " + loot.getType().name());
|
||||
loot.setAmount(loot.getAmount() * ratio);
|
||||
XLogger.debug("LootGenerateEvent: " + loot.getAmount());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user