Skip to content

Commit 7230be1

Browse files
authored
fix(web): Steam3 prefix display
1 parent cefae02 commit 7230be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pages/playerinfo_general.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<td>
130130
<?php
131131
if (!preg_match('/^BOT/i', $uqid)) {
132-
$steam3_id = '[U:' . (substr($uqid, 0, 1) + substr($uqid, 2) * 2) . ']';
132+
$steam3_id = '[U:1:' . (substr($uqid, 0, 1) + substr($uqid, 2) * 2) . ']';
133133
echo "Steam3: <a href=\"http://steamcommunity.com/profiles/$coid\" target=\"_blank\">$steam3_id</a>";
134134
} else {
135135
echo "Steam3: (BOT)";

0 commit comments

Comments
 (0)