Skip to content

Commit

Permalink
Merge branch 'fo-skins' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
drzel committed Sep 12, 2024
2 parents 484821a + 271497b commit 06408fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ssqc/client.qc
Original file line number Diff line number Diff line change
Expand Up @@ -3175,8 +3175,6 @@ void (entity pov, entity target) SetBottomColorInfoFor = {
local float target_idx = target.colormap - 1;
local string color = TeamFortress_TeamGetColorFor(pov, target.team_no);

bprint(PRINT_HIGH, sprintf("Setting bottomcolor %s on %s for %s\n", color, target.netname, pov.netname));

msg_entity = pov;
WriteByte(MSG_ONE, SVC_SETINFO);
WriteByte(MSG_ONE, target_idx);
Expand All @@ -3188,8 +3186,6 @@ void (entity pov, entity target) SetTopColorInfoFor = {
local float target_idx = target.colormap - 1;
local string color = TeamFortress_TeamGetColorFor(pov, target.team_no);

bprint(PRINT_HIGH, sprintf("Setting topcolor %s on %s for %s\n", color, target.netname, pov.netname));

msg_entity = pov;
WriteByte(MSG_ONE, SVC_SETINFO);
WriteByte(MSG_ONE, target_idx);
Expand Down

0 comments on commit 06408fc

Please sign in to comment.