函数更改成正确的名字

This commit is contained in:
2025-12-12 12:01:19 +08:00
parent ae5479b583
commit dad2b61a50
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -295,5 +295,5 @@ void GameServer::onNetbarRequest(cyclone::TcpConnectionPtr conn, Game::NetbaraSt
GameClient* client = getClient(conn->get_id());
assert(client);
NetbarInterface::onReceiveNetbarReportRequest(client, request);
NetbarInterface::onReceiveNetbarStatusRequest(client, request);
}