From 0b468838aed3e96d5886721559193066aa2e9878 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 11 Apr 2021 17:51:27 +0200 Subject: [PATCH] Don't delay showing name above the players who weren't in my PVS --- qcsrc/client/shownames.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/shownames.qc b/qcsrc/client/shownames.qc index fa04f8abd..27157a5a1 100644 --- a/qcsrc/client/shownames.qc +++ b/qcsrc/client/shownames.qc @@ -36,7 +36,7 @@ STATIC_INIT(shownames_ent) .vector box_org; const float SHOWNAMES_FADESPEED = 4; -const float SHOWNAMES_FADEDELAY = 0.4; +const float SHOWNAMES_FADEDELAY = 0; void Draw_ShowNames(entity this) { if (this.sv_entnum == current_player + 1) // self or spectatee -- 2.39.2