mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 02:18:26 +00:00
Removed debug message
This commit is contained in:
parent
08f0224759
commit
feec3f0a2f
@ -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++;
|
||||
}
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user