mx karma beginn
This commit is contained in:
committed by
Steffen Schröder
parent
5382cca615
commit
663c5633f5
@ -85,6 +85,10 @@ class RankingManager implements CallbackListener {
|
||||
* @param $data
|
||||
*/
|
||||
private function updateRankings($data) {
|
||||
if (!is_string($data)) {
|
||||
return;
|
||||
}
|
||||
|
||||
$scores = explode(';', $data);
|
||||
foreach($scores as $player) {
|
||||
if (strpos($player, ':') !== false) {
|
||||
|
Reference in New Issue
Block a user