diff options
| author | 2010-08-05 11:58:40 -0400 | |
|---|---|---|
| committer | 2010-08-05 11:58:40 -0400 | |
| commit | 660cc7bd8dc278f8492adf1757abeba21e19da8d (patch) | |
| tree | 04cea67a068bc06c9550a5250f3448beeb92e9e6 /src/modules/m_hostchange.cpp | |
| parent | Allow OnParameterMissing to fill in the missing parameter (diff) | |
Fix m_override ignoring RequireKey and NoisyOverride settings
Diffstat (limited to 'src/modules/m_hostchange.cpp')
| -rw-r--r-- | src/modules/m_hostchange.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp index d38af4992..c47b85af4 100644 --- a/src/modules/m_hostchange.cpp +++ b/src/modules/m_hostchange.cpp @@ -55,7 +55,7 @@ class ModuleHostChange : public Module void Prioritize() { Module* cloak = ServerInstance->Modules->Find("m_cloaking.so"); - ServerInstance->Modules->SetPriority(this, I_OnUserConnect, PRIORITY_AFTER, &cloak); + ServerInstance->Modules->SetPriority(this, I_OnUserConnect, PRIORITY_AFTER, cloak); } |
