Skip to content

Commit 60db0a9

Browse files
authored
Merge pull request #422 from mehtty/csqc-stuff
#420 - ignore sbflaginfo when using csqc
2 parents f48eb99 + ff34557 commit 60db0a9

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
@@ -1055,7 +1055,7 @@ void (entity pl) RefreshStatusBar = {
10551055

10561056

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

0 commit comments

Comments
 (0)