Fixed console spam

This commit is contained in:
modmuss50 2015-11-01 16:31:13 +00:00
parent bffbd31cab
commit dedb00aa7e

View file

@ -35,7 +35,7 @@ public class ItemCells extends ItemTR {
return stack;
}
} else {
LogHelper.error("Could not find " + "fluid" + name + " in the fluid registry!");
LogHelper.debug("Could not find " + "fluid" + name + " in the fluid registry!");
}
}
int index = -1;