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:
bors[bot] 2021-01-06 18:07:41 +00:00 committed by GitHub
commit 1208b84ddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2018,7 +2018,7 @@ void CGameContext::OnMessage(int MsgID, CUnpacker *pUnpacker, int ClientID)
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;
}