Actually pass in the mod name
This commit is contained in:
parent
b26b3fda1b
commit
00aee5b8e1
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ public class ModLoaderModContainer implements ModContainer
|
|||
}
|
||||
|
||||
if (parseFailure) {
|
||||
FMLCommonHandler.instance().getFMLLogger().warning(String.format("The mod %s has an incorrect dependency string {%s}", mod.getPriorities()));
|
||||
FMLCommonHandler.instance().getFMLLogger().warning(String.format("The mod %s has an incorrect dependency string {%s}", mod.getName(), mod.getPriorities()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue