Skip to content

Commit 06408fc

Browse files
committed
Merge branch 'fo-skins' into staging
2 parents 484821a + 271497b commit 06408fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ssqc/client.qc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3175,8 +3175,6 @@ void (entity pov, entity target) SetBottomColorInfoFor = {
31753175
local float target_idx = target.colormap - 1;
31763176
local string color = TeamFortress_TeamGetColorFor(pov, target.team_no);
31773177

3178-
bprint(PRINT_HIGH, sprintf("Setting bottomcolor %s on %s for %s\n", color, target.netname, pov.netname));
3179-
31803178
msg_entity = pov;
31813179
WriteByte(MSG_ONE, SVC_SETINFO);
31823180
WriteByte(MSG_ONE, target_idx);
@@ -3188,8 +3186,6 @@ void (entity pov, entity target) SetTopColorInfoFor = {
31883186
local float target_idx = target.colormap - 1;
31893187
local string color = TeamFortress_TeamGetColorFor(pov, target.team_no);
31903188

3191-
bprint(PRINT_HIGH, sprintf("Setting topcolor %s on %s for %s\n", color, target.netname, pov.netname));
3192-
31933189
msg_entity = pov;
31943190
WriteByte(MSG_ONE, SVC_SETINFO);
31953191
WriteByte(MSG_ONE, target_idx);

0 commit comments

Comments
 (0)