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_spanningtree/ping.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_spanningtree/ping.cpp') diff --git a/src/modules/m_spanningtree/ping.cpp b/src/modules/m_spanningtree/ping.cpp index d1e0f645c..5fc8423bf 100644 --- a/src/modules/m_spanningtree/ping.cpp +++ b/src/modules/m_spanningtree/ping.cpp @@ -29,7 +29,7 @@ CmdResult CommandPing::Handle(User* user, Params& params) { - if (params[0] == ServerInstance->Config->GetSID()) + if (params[0] == ServerInstance->Config->ServerId) { // PING for us, reply with a PONG CmdBuilder reply("PONG"); -- cgit v1.3.1-10-gc9f91