summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/commands/os_stats.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/commands/os_stats.cpp b/modules/commands/os_stats.cpp
index baa349db4..e5cae1dcc 100644
--- a/modules/commands/os_stats.cpp
+++ b/modules/commands/os_stats.cpp
@@ -35,6 +35,8 @@ struct Stats : Serializable
}
};
+Stats *Stats::me;
+
/**
* Count servers connected to server s
* @param s The server to start counting from