From 572d38692173098c04b25cd6ce75f6f64749091f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 24 Nov 2023 13:11:20 +0800 Subject: [PATCH] 1 --- server/gameserver/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/app.cc b/server/gameserver/app.cc index 82bfa3db..f4ba2064 100644 --- a/server/gameserver/app.cc +++ b/server/gameserver/app.cc @@ -517,7 +517,7 @@ int App::GetVersion() const std::string App::GetPkgName() { - + return a8::Format("gameserver2006", {}); } void App::Update()