]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/miscfunctions.qc
Add proper cvar for the gameplayfix setting
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / miscfunctions.qc
index 48aa85f24ee242da30e8c15deaeed8688f408cd6..61e527cf1fbc69ade54b71368eb0e0c6fa563ab7 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;
 }
 
@@ -616,7 +612,7 @@ void URI_Get_Callback(float id, float status, string data)
        }
        else
        {
-               print(sprintf("Received HTTP request data for an invalid id %d.\n", id));
+               printf("Received HTTP request data for an invalid id %d.\n", id);
        }
 }