Removed debug message

This commit is contained in:
shavit 2019-02-25 00:19:29 +02:00
parent 08f0224759
commit feec3f0a2f
2 changed files with 1 additions and 2 deletions

View File

@ -1166,7 +1166,7 @@ int AddHUDToBuffer_CSGO(int client, huddata_t data, char[] buffer, int maxlen)
{
if(gB_Rankings && (gI_HUD2Settings[client] & HUD2_MAPTIER) == 0)
{
FormatEx(sZoneHUD, 32, "%T", "HudZoneTier", client, Shavit_GetMapTier(gS_Map));
FormatEx(sZoneHUD, 32, "%T\n\n", "HudZoneTier", client, Shavit_GetMapTier(gS_Map));
AddHUDLine(buffer, maxlen, sZoneHUD, iLines);
iLines++;
}

View File

@ -1964,7 +1964,6 @@ void TeleportToCheckpoint(int client, int index, bool suppressMessage)
gA_Targetnames.GetString(cpcache.iTargetname, sTargetname, 64);
SetEntPropString(client, Prop_Data, "m_iName", sTargetname);
Shavit_PrintToChat(client, "set name %s", sTargetname);
}
if(cpcache.iClassname != -1)