From 5b57c96f7dcf1deed23ea96bfb52b27aa1b2046a Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Sat, 29 Oct 2011 23:56:07 +0300 Subject: [PATCH] For now though, comment EF_SELECTABLE out. Don't want objects always turning bright when looking at them. Good for helper entities though, like bones --- qcsrc/server/mutators/sandbox.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/mutators/sandbox.qc b/qcsrc/server/mutators/sandbox.qc index 97b1eb541..ea0823ef7 100644 --- a/qcsrc/server/mutators/sandbox.qc +++ b/qcsrc/server/mutators/sandbox.qc @@ -117,7 +117,7 @@ entity sandbox_ObjectSpawn(float database) e.skin = 0; e.material = string_null; e.touch = sandbox_ObjectFunction_Touch; - e.effects |= EF_SELECTABLE; + //e.effects |= EF_SELECTABLE; if(!database) { -- 2.39.2