From f3d4a429558a895d14120d536bb1b69b0030b56a Mon Sep 17 00:00:00 2001 From: agentdid127 Date: Sat, 5 Jan 2019 00:23:14 -0500 Subject: [PATCH] Fixed my stupidity Forgot to close off the brackets. Now I should have the ability to add heads --- js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/main.js b/js/main.js index 61f9696..4dc6c44 100644 --- a/js/main.js +++ b/js/main.js @@ -669,6 +669,7 @@ function getHeadItem(){ return 'SkullOwner:{Id:'+uuid+',Properties:{textures:[{Value:'+base64Value+'}]}}'; + } } function calculateDisabledSlotsFlag() {