mirror of
https://github.com/hakasenyang/osu-tournament-php
synced 2026-08-22 03:03:07 +09:00
Edit test file
This commit is contained in:
@@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
if (empty($Check->CheckPerformance()))
|
if (empty($Check->CheckPerformance()))
|
||||||
echo 'Error<br>';
|
echo 'Error<br>';
|
||||||
|
echo 'Play Count : ' . $Check->CheckPlayCount();
|
||||||
|
echo '<br>';
|
||||||
echo 'Performance : ' . $Check->CheckPerformance();
|
echo 'Performance : ' . $Check->CheckPerformance();
|
||||||
echo '<br>';
|
echo '<br>';
|
||||||
echo 'Ranking : ' . $Check->CheckRank();
|
echo 'Ranking : ' . $Check->CheckRank();
|
||||||
@@ -28,4 +30,12 @@
|
|||||||
else
|
else
|
||||||
echo '<br>Please change occupation to ' . $Check->GetOccupation() . '<br>Your Occupation : ' . $occu;
|
echo '<br>Please change occupation to ' . $Check->GetOccupation() . '<br>Your Occupation : ' . $occu;
|
||||||
echo '<br>';
|
echo '<br>';
|
||||||
|
|
||||||
|
if (empty($Check->CheckPerformance()))
|
||||||
|
echo 'Error<br>';
|
||||||
|
echo 'Play Count : ' . $Check->CheckPlayCount();
|
||||||
|
echo '<br>';
|
||||||
echo 'Performance : ' . $Check->CheckPerformance();
|
echo 'Performance : ' . $Check->CheckPerformance();
|
||||||
|
echo '<br>';
|
||||||
|
echo 'Ranking : ' . $Check->CheckRank();
|
||||||
|
echo '<br><br>';
|
||||||
Reference in New Issue
Block a user