Skip to content

Commit

Permalink
update message reading
Browse files Browse the repository at this point in the history
  • Loading branch information
hatersgit committed Nov 20, 2023
1 parent f8a69db commit 0d3b135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod-Forge/src/TopicRouter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void TopicRouter::Route(Player* player, uint32& type, uint32& lang, std::string&
if (addonType != MSG_TYPE_FORGE)
return;

int delimeterIndex = msg.find(':');
int delimeterIndex = msg.find('ƒ');

if (delimeterIndex == std::string::npos)
return;
Expand Down

0 comments on commit 0d3b135

Please sign in to comment.