summaryrefslogtreecommitdiff
path: root/src/core/ss_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ss_main.c')
-rw-r--r--src/core/ss_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ss_main.c b/src/core/ss_main.c
index c92ce5211..e4fb1df15 100644
--- a/src/core/ss_main.c
+++ b/src/core/ss_main.c
@@ -72,7 +72,8 @@ class SSMain : public Module
}
}
- void OnServerConnect(const std::string &sname)
+ /** This hack is necessary to replace delayed loading, for now */
+ void OnServerConnect(Server *)
{
statserv = findbot("StatServ");
if (!statserv)