Skip to content

Commit ff34557

Browse files
author
Me (revenant)
committed
FortressOne#420 - ignore sbflaginfo when using csqc
1 parent b862388 commit ff34557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssqc/status.qc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ void (entity pl) RefreshStatusBar = {
10511051

10521052

10531053
// class tip
1054-
if ((((time - 6) < pl.spawn_time) || ((time - 6) < pl.tip_time)) && sbflaginfostate < 2) {
1054+
if ((((time - 6) < pl.spawn_time) || ((time - 6) < pl.tip_time)) && sbflaginfostate < 2 && !csqcactive) {
10551055
ct = CF_GetRandomClassTip(pl.playerclass);
10561056
} else {
10571057
pl.display_tip = 0;

0 commit comments

Comments
 (0)