Skip to content

Commit

Permalink
Update protocol.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano authored Mar 4, 2024
1 parent 0be01f5 commit 4710e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/network/protocol/protocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bool Protocol::sendRecvMessageCallback(NetworkMessage &msg) {
protocol->parsePacket(msg);
protocolConnection->resumeWork();
}
} }, __FUNCTION__);
} }, "Protocol::sendRecvMessageCallback");

return true;
}
Expand Down

0 comments on commit 4710e30

Please sign in to comment.