Skip to content

Commit

Permalink
Minor spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentro authored and ohlidalp committed Oct 13, 2024
1 parent d4bda07 commit de6b796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server/sequencer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ void Sequencer::queueMessage(int uid, int type, unsigned int streamid, char *dat
found = true;
serverSay(std::string("==================== Report ===================="));
serverSay(std::string("IP: ") + std::string(m_reports[i]->ip));
serverSay(std::string("Player reproted: ") + m_reports[i]->nickname);
serverSay(std::string("Player reported: ") + m_reports[i]->nickname);
serverSay(std::string("Message: ") + m_reports[i]->reportmsg);
serverSay(std::string("Reporting player: ") + m_reports[i]->reportedby_nick);
break;
Expand Down

0 comments on commit de6b796

Please sign in to comment.