mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 03:33:26 +02:00
Reviewed some settings again, fixing many glitches
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
$topPlayers = getTopPlayers(5);
|
||||
foreach($topPlayers as &$player) {
|
||||
$outfit_url = '';
|
||||
if($config['online_outfit']) {
|
||||
$outfit_url = $config['outfit_images_url'] . '?id=' . $player['looktype'] . (!empty
|
||||
if (setting('core.online_outfit')) {
|
||||
$outfit_url = setting('core.outfit_images_url') . '?id=' . $player['looktype'] . (!empty
|
||||
($player['lookaddons']) ? '&addons=' . $player['lookaddons'] : '') . '&head=' . $player['lookhead'] . '&body=' . $player['lookbody'] . '&legs=' . $player['looklegs'] . '&feet=' . $player['lookfeet'];
|
||||
|
||||
$player['outfit'] = $outfit_url;
|
||||
|
Reference in New Issue
Block a user