diff --git a/CHANGELOG.md b/CHANGELOG.md
index f51b6b6..a10f5b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
* Add AlmaLinux, Fedora, Ubuntu support
* Remove CentOS support
-* Add GeoIP links in webadmin player list
+* Add GeoIP and Steam profile links in webadmin player list
* Port installer and uninstaller to Ansible
* Add `killinuxfloor apply` command
* Update Node.js to 18
diff --git a/roles/install/files/serveradmin.patch b/roles/install/files/serveradmin.patch
index 19f7992..efdae5a 100644
--- a/roles/install/files/serveradmin.patch
+++ b/roles/install/files/serveradmin.patch
@@ -54,16 +54,19 @@ diff -ruN ServerAdmin.orig/current_player_row.inc ServerAdmin/current_player_row
<%player.kills%> |
diff -ruN ServerAdmin.orig/current_players_row.inc ServerAdmin/current_players_row.inc
--- ServerAdmin.orig/current_players_row.inc 2022-12-22 01:43:19.509416046 +0100
-+++ ServerAdmin/current_players_row.inc 2022-12-22 02:12:24.402731660 +0100
-@@ -2,7 +2,7 @@
++++ ServerAdmin/current_players_row.inc 2022-12-22 03:03:42.614832917 +0100
+@@ -2,9 +2,9 @@
<%player.teamid%> |
<%player.name%> |
<%player.ping%> |
- <%player.ip%> |
+ <%player.ip%> |
<%player.uniqueid%> |
- <%player.steamid%> |
+- <%player.steamid%> |
++ <%player.steamid%> |
<%player.steamname%> |
+ <%player.admin%> |
+ <%player.spectator%> |
diff -ruN ServerAdmin.orig/current_rules.inc ServerAdmin/current_rules.inc
--- ServerAdmin.orig/current_rules.inc 2022-12-22 01:43:19.509416046 +0100
+++ ServerAdmin/current_rules.inc 2022-12-22 01:43:52.990541726 +0100