diff options
Diffstat (limited to 'src/modules/m_chghost.cpp')
-rw-r--r-- | src/modules/m_chghost.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index 8a2e696bc..8cfc515cd 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -25,8 +25,7 @@ using namespace std; /* $ModDesc: Provides support for the CHGHOST command */ -Server *Srv; - +static Server *Srv; class cmd_chghost : public command_t { |