]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/ipban.qc
ipban fix for engine change
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / ipban.qc
index a180547c0f97c09cb3632fdeb694e9bece0762a5..e53e4f9e027269147fd9709a1ea5e1eb6e8704f5 100644 (file)
@@ -348,7 +348,7 @@ float Ban_GetClientIP(entity client)
        float i1, i2, i3, i4;
        string s;
 
-       if(client.crypto_keyfp)
+       if(client.crypto_idfp_signed)
                ban_idfp = client.crypto_idfp;
        else
                ban_idfp = string_null;