diff options
Diffstat (limited to 'src/modules/m_setidle.cpp')
-rw-r--r-- | src/modules/m_setidle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_setidle.cpp b/src/modules/m_setidle.cpp index fc8ad9347..af0bc2c64 100644 --- a/src/modules/m_setidle.cpp +++ b/src/modules/m_setidle.cpp @@ -25,7 +25,7 @@ using namespace std; /* $ModDesc: Allows opers to set their idle time */ -Server *Srv = NULL; +static Server *Srv = NULL; class cmd_setidle : public command_t { |