From f1c243ac4e5ab6f6900df92a202c8f8a47fbdebb Mon Sep 17 00:00:00 2001 From: Patterntrick Date: Thu, 23 Mar 2017 16:10:31 -0700 Subject: [PATCH] Rename pUtils.js to unpublishedScripts/marketplace/xylophone/pUtils.js --- pUtils.js => unpublishedScripts/marketplace/xylophone/pUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename pUtils.js => unpublishedScripts/marketplace/xylophone/pUtils.js (96%) 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 +}