mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update FindPlayerUIDByName.php
This commit is contained in:
parent
ab9811a463
commit
11b5033b53
@ -19,6 +19,7 @@ foreach ($playerNames as $key => $value) {
|
||||
if (stripos($data, $search) !== false) {
|
||||
$key = explode(":", $value);
|
||||
echo "<p>" . $key[1] . "</p>" ;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user