From a87dc1b33e9028f965c29346986d4d23f49c933f Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 5 Mar 2017 02:30:52 +1000 Subject: [PATCH] Update the state of the randomly chosen entity in teamed item groups before it is re-spawned (fixes randomly selected item being invisible until it spawns) --- qcsrc/common/t_items.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/t_items.qc b/qcsrc/common/t_items.qc index c8e08bbcc..a90b424c9 100644 --- a/qcsrc/common/t_items.qc +++ b/qcsrc/common/t_items.qc @@ -873,7 +873,7 @@ LABEL(pickup) } }); e = RandomSelection_chosen_ent; - + Item_Show(e, 1); // reset its state so it is visible (extra sendflags doesn't matter, this happens anyway) } else e = this; -- 2.39.2