Skip to content

Commit

Permalink
Make default type of cert mod to be network.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Dec 20, 2012
1 parent f621627 commit 3e2152c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cert.cpp
Expand Up @@ -86,8 +86,8 @@ class CCertMod : public CModule {
};

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")

0 comments on commit 3e2152c

Please sign in to comment.