Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/client/protocolgameparse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,7 @@
const Otc::MessageMode mode = Proto::translateMessageModeFromServer(code);
std::string text;

g_logger.debug("[ProtocolGame::parseTextMessage] code: {}, mode: {}", code, code);
g_logger.debug("[ProtocolGame::parseTextMessage] code: {}, mode: {}", code, mode);

Check failure on line 2589 in src/client/protocolgameparse.cpp

View workflow job for this annotation

GitHub Actions / emscripten-debug

call to consteval function 'fmt::basic_format_string<char, const unsigned char &, const Otc::MessageMode &>::basic_format_string<char[52], 0>' is not a constant expression

switch (mode) {
case Otc::MessageChannelManagement:
Expand Down
Loading