Skip to content

Commit

Permalink
Update MatchCommand.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Dec 8, 2023
1 parent 3788de1 commit d45deac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatchBot/MatchCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void CMatchCommand::ServerActivate()
auto Flag = gMatchAdmin.ReadFlags(lpMemScript->GetAsString().c_str());

// Debug
LOG_CONSOLE(PLID, "[%s] %d %s %s", __func__, Index, Command.c_str(), Flag.c_str());
LOG_CONSOLE(PLID, "[%s] %d %s %d", __func__, Index, Command.c_str(), Flag);

// Insert to container
this->m_Data[Command] = {Index, Flag};
Expand Down

0 comments on commit d45deac

Please sign in to comment.