diff options
Diffstat (limited to 'src/modules/m_httpd_stats.cpp')
| -rw-r--r-- | src/modules/m_httpd_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index fcc0e65d7..d160386ab 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -140,7 +140,7 @@ namespace Stats void ServerInfo(XMLSerializer& serializer) { serializer.BeginBlock("server") - .Attribute("id", ServerInstance->Config->GetSID()) + .Attribute("id", ServerInstance->Config->ServerId) .Attribute("name", ServerInstance->Config->ServerName) .Attribute("description", ServerInstance->Config->ServerDesc) .Attribute("customversion", ServerInstance->Config->CustomVersion) |
