Allow the cert module to be loaded as a network module

This commit is contained in:
Kyle Fuller
2011-08-24 23:41:35 +01:00
parent b2e6d09bbd
commit 8910ec5776

View File

@@ -86,6 +86,7 @@ public:
};
template<> void TModInfo<CCertMod>(CModInfo& Info) {
Info.AddType(CModInfo::NetworkModule);
Info.SetWikiPage("cert");
}