Forgot about look_addons

This commit is contained in:
tobi132 2019-12-09 20:52:00 +01:00
parent 1aa8062310
commit bb60d17ccc

View File

@ -873,6 +873,9 @@ else if ($id > 0 && isset($player) && $player->isLoaded())
$('#look_legs').change(function() {updateOutfit()});
$('#look_feet').change(function() {updateOutfit()});
$('#look_type').change(function() {updateOutfit()});
<?php if($hasLookAddons): ?>
$('#look_addons').change(function() {updateOutfit()});
<?php endif; ?>
function updateOutfit()
{