mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
Fixed my stupidity
Forgot to close off the brackets. Now I should have the ability to add heads
This commit is contained in:
parent
e3cb1666d9
commit
f3d4a42955
1 changed files with 1 additions and 0 deletions
|
@ -670,6 +670,7 @@ function getHeadItem(){
|
|||
return 'SkullOwner:{Id:'+uuid+',Properties:{textures:[{Value:'+base64Value+'}]}}';
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
function calculateDisabledSlotsFlag() {
|
||||
var dH = $("#dH").is(":checked") ? 1 << (4) : 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue