Skip to content

Commit

Permalink
Updated Custom
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanc490 committed Aug 11, 2023
1 parent 5a43622 commit bf4271e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Custom/pastebinInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ async function pastebinPost(useTextures){
code['textures']['textureValues'] = textures
code['textures']['uploadedTextureFormats'] = uploadedTextureFormat
} else {
console.log('made it')
for (const pattern of Object.keys(scenes[packageSelect.value])){
for (const ent of Object.keys(scenes[packageSelect.value][pattern])){
if(ent.includes('plane')){
Expand Down

0 comments on commit bf4271e

Please sign in to comment.