diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/coremods/core_whowas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_whowas.cpp b/src/coremods/core_whowas.cpp index 9f208a026..80cf5ceb2 100644 --- a/src/coremods/core_whowas.cpp +++ b/src/coremods/core_whowas.cpp @@ -452,7 +452,7 @@ class ModuleWhoWas : public Module, public Stats::EventListener Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the WHOWAS command", VF_VENDOR); + return Version("Provides the WHOWAS command", VF_CORE | VF_VENDOR); } }; |