From 166a47ac68ab571ca1aacaaf8c0edfff26f8d59e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 28 Feb 2023 16:32:27 +0000 Subject: Remove GetSID, rename sid to ServerId. --- src/modules/m_httpd_stats.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_httpd_stats.cpp') 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) -- cgit v1.3.1-10-gc9f91