Address review comment, module is already global

b94c639e6a (commitcomment-19252797)
This commit is contained in:
lol768
2016-10-01 20:39:14 +01:00
parent e066f896ef
commit 9cc59b2b78

View File

@@ -53,7 +53,6 @@ class CSampleWebAPIMod : public CModule {
template <>
void TModInfo<CSampleWebAPIMod>(CModInfo& Info) {
Info.AddType(CModInfo::GlobalModule);
Info.SetWikiPage("samplewebapi");
}