Merge pull request #262 from bspkrs/patch-1

Send IMC message to new mod ID
This commit is contained in:
Adubbz 2014-05-23 16:23:43 +10:00
commit e22673310d
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);
}
}
}