Skip to content

Commit

Permalink
removed annoying debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Aug 13, 2014
1 parent 6c0b856 commit aa4d433
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -104,7 +104,6 @@ public static void setConfigFromServer(boolean listTypeP, Integer[] listP)

public static boolean doesCrayApplyTo(World world)
{
if (FMLCommonHandler.instance().getEffectiveSide().isClient()) System.out.println(world.provider.dimensionId);
if (listType) return list.contains(world.provider.dimensionId);
else return !list.contains(world.provider.dimensionId);
}
Expand Down

0 comments on commit aa4d433

Please sign in to comment.