added a todo
This commit is contained in:
parent
adb7c14dd4
commit
7a18d7e20c
@ -78,6 +78,8 @@ class RankingManager implements CallbackListener {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO in legacy mode, no data is in parameter -> fetch via method getCurrentRanking
|
||||||
|
|
||||||
$scores = explode(';', $data);
|
$scores = explode(';', $data);
|
||||||
foreach ($scores as $player) {
|
foreach ($scores as $player) {
|
||||||
if (strpos($player, ':') !== false) {
|
if (strpos($player, ':') !== false) {
|
||||||
|
Loading…
Reference in New Issue
Block a user