Skip to content

Commit

Permalink
Fix #1410: /msg duplicating when sent by Server Console (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrieliusAdform committed Apr 26, 2020
1 parent 866506d commit 4e1629f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Server/mods/deathmatch/logic/CConsoleCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ bool CConsoleCommands::Msg(CConsole* pConsole, const char* szInArguments, CClien

// Send it to the player
pPlayer->Send(CChatEchoPacket(strMessage, CHATCOLOR_INFO));
break;
}
case CClient::CLIENT_SCRIPT:
{
Expand Down

0 comments on commit 4e1629f

Please sign in to comment.