added a todo
This commit is contained in:
		| @@ -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) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user