diff options
Diffstat (limited to 'src/modules/m_watch.cpp')
-rw-r--r-- | src/modules/m_watch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index a852db9c4..934a487b9 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -27,7 +27,7 @@ using namespace std; /* $ModDesc: Provides support for the /watch command */ -Server *Srv; +static Server *Srv; class watchentry { |