Send IMC message to new mod ID

I changed the Treecapitator mod ID to use the correct capitalization. I left the old line for backwards compatibility.
This commit is contained in:
bspkrs 2014-05-22 19:16:14 -04:00
parent 0fc53f6eea
commit 956882960e
1 changed files with 3 additions and 1 deletions

View File

@ -189,6 +189,8 @@ public class TreecapitatorIntegration
tpModCfg.setTag("trees", treeList);
// bspkrs: I changed the mod ID, so just send messages to both for now.
FMLInterModComms.sendMessage("TreeCapitator", "ThirdPartyModConfig", tpModCfg);
FMLInterModComms.sendMessage("Treecapitator", "ThirdPartyModConfig", tpModCfg);
}
}
}