]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/miscfunctions.qc
Clean some things up
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / miscfunctions.qc
index 48aa85f24ee242da30e8c15deaeed8688f408cd6..b1dcce0ee25d3cdbe6370dd9349fdfbdb29be2e1 100644 (file)
@@ -581,10 +581,6 @@ float getplayeralpha(float pl)
        if(e)
                return e.alpha;
 
-       e = entcs_receiver[pl];
-       if(e)
-               return e.alpha;
-
        return 1;
 }