Rename pUtils.js to unpublishedScripts/marketplace/xylophone/pUtils.js

This commit is contained in:
Patterntrick 2017-03-23 16:10:31 -07:00 committed by GitHub
parent 885a279bb0
commit f1c243ac4e

View file

@ -21,4 +21,4 @@ editEntityTextures = function(id, textureName, textureURL) {
var textureList = getEntityTextures(id);
textureList[textureName] = textureURL;
setEntityTextures(id, textureList);
}
}