dedifix
This commit is contained in:
parent
dc248a69ed
commit
49435fbec0
@ -277,10 +277,16 @@ class Dedimania implements CallbackListener, TimerListener, Plugin {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
array_push($times, array('Login' => $record->login, 'Best' => $record->best, 'Checks' => $record->checkpoints));
|
array_push($times, array('Login' => $record->login, 'Best' => $record->best, 'Checks' => $record->checkpoints));
|
||||||
$replays['VReplay'] = $record->vReplay;
|
if(!isset($replays['VReplay'])){
|
||||||
$replays['Top1GReplay'] = $record->top1GReplay;
|
$replays['VReplay'] = $record->vReplay;
|
||||||
$replays['VReplayChecks'] = '';
|
}
|
||||||
// TODO: VReplayChecks
|
if (!isset($replays['Top1GReplay'])) {
|
||||||
|
$replays['Top1GReplay'] = $record->top1GReplay;
|
||||||
|
}
|
||||||
|
if (!isset($replays['VReplayChecks'])) {
|
||||||
|
$replays['VReplayChecks'] = '';
|
||||||
|
// TODO: VReplayChecks
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
xmlrpc_set_type($replays['VReplay'], 'base64');
|
xmlrpc_set_type($replays['VReplay'], 'base64');
|
||||||
|
Loading…
Reference in New Issue
Block a user