]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
For now though, comment EF_SELECTABLE out. Don't want objects always turning bright...
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 29 Oct 2011 20:56:07 +0000 (23:56 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 29 Oct 2011 20:56:07 +0000 (23:56 +0300)
qcsrc/server/mutators/sandbox.qc

index 97b1eb541fadb0a8d8b2127cf770225f0b02b4dc..ea0823ef73346e1f0806c294135cec7230fb0dc2 100644 (file)
@@ -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)
        {