mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
removed logspam (grr)
This commit is contained in:
parent
ada7ab8e54
commit
c7a659107f
@ -657,8 +657,6 @@ public class Library {
|
|||||||
|
|
||||||
long dR = ((ItemBattery)slots[index].getItem()).getChargeRate();
|
long dR = ((ItemBattery)slots[index].getItem()).getChargeRate();
|
||||||
|
|
||||||
System.out.println(dR + "");
|
|
||||||
|
|
||||||
while(dR >= 1000000000000L) {
|
while(dR >= 1000000000000L) {
|
||||||
if(power - 100000000000000L >= 0 && ItemBattery.getCharge(slots[index]) < ((ItemBattery)slots[index].getItem()).getMaxCharge())
|
if(power - 100000000000000L >= 0 && ItemBattery.getCharge(slots[index]) < ((ItemBattery)slots[index].getItem()).getMaxCharge())
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user