diff --git a/src/main/java/cr0s/warpdrive/conf/ModRequirementChecker.java b/src/main/java/cr0s/warpdrive/conf/ModRequirementChecker.java index 21834bbe..16bd3cfe 100644 --- a/src/main/java/cr0s/warpdrive/conf/ModRequirementChecker.java +++ b/src/main/java/cr0s/warpdrive/conf/ModRequirementChecker.java @@ -7,6 +7,7 @@ import org.w3c.dom.NodeList; import cpw.mods.fml.common.Loader; import cr0s.warpdrive.WarpDrive; + public class ModRequirementChecker { /** @@ -35,8 +36,8 @@ public class ModRequirementChecker { } /** - * Goes through every child node of the given node, and if it is an element and contains - * + * Goes through every child node of the given node, and if it is an element and fails checkModRequirements() it is removed + * * @param base * @throws InvalidXmlException */