mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
Merge #3482
3482: typo in gamecontext.cpp r=def- a=hhh26459 specators... Co-authored-by: hhh26459 <74860643+hhh26459@users.noreply.github.com>
This commit is contained in:
commit
1208b84ddf
|
@ -2018,7 +2018,7 @@ void CGameContext::OnMessage(int MsgID, CUnpacker *pUnpacker, int ClientID)
|
||||||
|
|
||||||
if(!GetPlayerChar(ClientID) || !GetPlayerChar(SpectateID) || GetDDRaceTeam(ClientID) != GetDDRaceTeam(SpectateID))
|
if(!GetPlayerChar(ClientID) || !GetPlayerChar(SpectateID) || GetDDRaceTeam(ClientID) != GetDDRaceTeam(SpectateID))
|
||||||
{
|
{
|
||||||
SendChatTarget(ClientID, "You can only move your team member to specators");
|
SendChatTarget(ClientID, "You can only move your team member to spectators");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue