Make default type of cert mod to be network.

This commit is contained in:
Alexey Sokolov
2012-12-20 20:29:28 +07:00
parent f621627d0f
commit 3e2152c77e
+2 -2
View File
@@ -86,8 +86,8 @@ public:
};
template<> void TModInfo<CCertMod>(CModInfo& Info) {
Info.AddType(CModInfo::NetworkModule);
Info.AddType(CModInfo::UserModule);
Info.SetWikiPage("cert");
}
USERMODULEDEFS(CCertMod, "Use a ssl certificate to connect to a server")
NETWORKMODULEDEFS(CCertMod, "Use a ssl certificate to connect to a server")