diff --git a/pUtils.js b/unpublishedScripts/marketplace/xylophone/pUtils.js similarity index 96% rename from pUtils.js rename to unpublishedScripts/marketplace/xylophone/pUtils.js index e3ed41fa8f..e133bbb03d 100644 --- a/pUtils.js +++ b/unpublishedScripts/marketplace/xylophone/pUtils.js @@ -21,4 +21,4 @@ editEntityTextures = function(id, textureName, textureURL) { var textureList = getEntityTextures(id); textureList[textureName] = textureURL; setEntityTextures(id, textureList); -} \ No newline at end of file +}