Update FindPlayerUIDByName.php

This commit is contained in:
Niklas Wagner 2015-04-03 22:38:56 +02:00
parent ab9811a463
commit 11b5033b53

View File

@ -19,6 +19,7 @@ foreach ($playerNames as $key => $value) {
if (stripos($data, $search) !== false) {
$key = explode(":", $value);
echo "<p>" . $key[1] . "</p>" ;
break;
}
}