• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

炎上起こしたのでソースバックアップ用


Commit MetaInfo

修订版cbfc213a5309d4c3122334f29fa5f5b29b3ac2f7 (tree)
时间2013-04-21 15:19:23
作者ponkotate <ponkotate@user...>
Commiterponkotate

Log Message

修正・変更
・放射性同位体の修正

更改概述

差异

--- a/common/pcc/chemicraft/core/item/ItemAtoms.java
+++ b/common/pcc/chemicraft/core/item/ItemAtoms.java
@@ -53,9 +53,7 @@ public class ItemAtoms extends Item {
5353 if (--par1ItemStack.stackSize <= 0) {
5454 player.inventory.clearInventory(par1ItemStack.itemID, par1ItemStack.getItemDamage());
5555 }
56- if (!player.inventory.addItemStackToInventory(itemstack)) {
57- player.dropItem(itemstack.itemID, itemstack.getItemDamage());
58- }
56+ player.inventory.addItemStackToInventory(itemstack);
5957 }
6058 }
6159 }