mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
Forgot about look_addons
This commit is contained in:
parent
1aa8062310
commit
bb60d17ccc
@ -873,6 +873,9 @@ else if ($id > 0 && isset($player) && $player->isLoaded())
|
|||||||
$('#look_legs').change(function() {updateOutfit()});
|
$('#look_legs').change(function() {updateOutfit()});
|
||||||
$('#look_feet').change(function() {updateOutfit()});
|
$('#look_feet').change(function() {updateOutfit()});
|
||||||
$('#look_type').change(function() {updateOutfit()});
|
$('#look_type').change(function() {updateOutfit()});
|
||||||
|
<?php if($hasLookAddons): ?>
|
||||||
|
$('#look_addons').change(function() {updateOutfit()});
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
function updateOutfit()
|
function updateOutfit()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user