IBR CASUAL OFFICIAL SEPERATED #47

Merged
OpzekerIT merged 15 commits from dev into main 2023-09-29 12:39:59 +00:00
Showing only changes of commit b5404230e4 - Show all commits

View file

@ -91,8 +91,8 @@ error_reporting(E_ALL);
foreach ($players_matches as $key => $update) { foreach ($players_matches as $key => $update) {
if ($key == 'updated'){ if ($key == 'updated'){
echo "Last update: "; echo "Last update: $update ";
echo $update['updated'];
} }
} }