added a todo

This commit is contained in:
kremsy 2014-05-11 21:29:44 +02:00
parent adb7c14dd4
commit 7a18d7e20c

View File

@ -78,6 +78,8 @@ class RankingManager implements CallbackListener {
return;
}
//TODO in legacy mode, no data is in parameter -> fetch via method getCurrentRanking
$scores = explode(';', $data);
foreach ($scores as $player) {
if (strpos($player, ':') !== false) {