Skip to content

Commit

Permalink
fixed /dmg(reflect)
Browse files Browse the repository at this point in the history
  • Loading branch information
H-M-H committed Nov 27, 2014
1 parent c5e584a commit 3a6afc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/server/chatcmds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void CGameContext::ExecuteCommand(int ClientID, const char* pCmd)

SendChatTarget(ClientID, aBuf);
}
else if(!str_comp_nocase_num(pCmd, "dmg", 3))
else if(!str_comp_nocase_num(pCmd, "dmg ", 4))
{
int Amount;
if(sscanf(pCmd, "dmg %d", &Amount) != 1)
Expand Down

0 comments on commit 3a6afc4

Please sign in to comment.