Sample web API doesn't make sense as a user module

This commit is contained in:
lol768
2016-09-29 20:45:19 +01:00
parent 0393153a62
commit 3930c5b34e

View File

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