Skip to content

Commit

Permalink
Update protocol.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
NingLeixueR committed Dec 24, 2024
1 parent d46bfaf commit e8c70f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/cpp/protocol/protocol/protocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ namespace ngl
}

auto lmap = naddress::get_actorserver_map();
//nguid, i32_serverid
std::string lstr = "#print_guid";
std::string lstr;
for (const auto& [lguid, serverid] : lmap)
{
if (lguid.type() == ltype)
Expand Down

0 comments on commit e8c70f2

Please sign in to comment.