Skip to content

Commit

Permalink
重构部分代码
Browse files Browse the repository at this point in the history
  • Loading branch information
w4123 committed Apr 20, 2019
1 parent 29c080e commit 9d45798
Show file tree
Hide file tree
Showing 13 changed files with 2,729 additions and 5,165 deletions.
2 changes: 1 addition & 1 deletion Dice/CustomMsg.cpp
Expand Up @@ -34,7 +34,7 @@ void ReadCustomMsg(std::ifstream& in)
for (nlohmann::json::iterator it = customMsg.begin(); it != customMsg.end(); ++it) {
if(GlobalMsg.count(it.key()))
{
if (it.key() != "strHlpMsg")
if (it.key() != "strHelpMsg")
{
GlobalMsg[it.key()] = UTF8toGBK(it.value().get<std::string>());
}
Expand Down

0 comments on commit 9d45798

Please sign in to comment.