Skip to content

Commit

Permalink
Removed debug item.
Browse files Browse the repository at this point in the history
  • Loading branch information
halvors committed Apr 22, 2018
1 parent 09def2b commit 31e52f9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ public enum EnumCell {
EMPTY,
DEUTERIUM(ModFluids.deuterium),
TRITIUM(ModFluids.tritium),
WATER(FluidRegistry.WATER),
PLASMA(ModFluids.plasma);
WATER(FluidRegistry.WATER);

private Fluid fluid;

Expand Down

0 comments on commit 31e52f9

Please sign in to comment.