Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZTzTopia committed Aug 12, 2022
1 parent b987d27 commit e4c8a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ namespace server {
if (message_type != player::NET_MESSAGE_GAME_PACKET) {
utils::TextParse text_parse{ message_data };
if (!text_parse.empty()) {
spdlog::info("Incoming MessagePacket:\n{} [{}]:\n{}\n", magic_enum::enum_name(message_type), message_type, fmt::join(text_parse.get_all_array(), "\r\n"));
spdlog::info("Outgoing MessagePacket:\n{} [{}]:\n{}\n", magic_enum::enum_name(message_type), message_type, fmt::join(text_parse.get_all_array(), "\r\n"));
}
}

Expand Down

0 comments on commit e4c8a5d

Please sign in to comment.