From: Mircea Kitsune Date: Sat, 29 Oct 2011 20:56:07 +0000 (+0300) Subject: For now though, comment EF_SELECTABLE out. Don't want objects always turning bright... X-Git-Tag: xonotic-v0.6.0~35^2~18^2~36 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5b57c96f7dcf1deed23ea96bfb52b27aa1b2046a;p=xonotic%2Fxonotic-data.pk3dir.git 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 --- 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) {