Skip to content

Commit

Permalink
printtalk
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 25, 2023
1 parent c391d03 commit 61a049d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/dlls/agdom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ void AgDOMControlPoint::Capture(CBasePlayer* pPlayer, const char* szTeamName)
char szText[300];
sprintf(szText, "%s captured %s!", STRING(pPlayer->pev->netname), m_szLocation);
AgConsole(szText);
UTIL_ClientPrintAll(HUD_PRINTCENTER, szText);
UTIL_ClientPrintAll(HUD_PRINTTALK, szText);
}

void AgDOMControlPoint::ChangeControllingTeam(const char* szTeamName)
Expand Down

0 comments on commit 61a049d

Please sign in to comment.