Skip to content

Commit

Permalink
fixed file path resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
manavortex committed Jun 13, 2024
1 parent 325d760 commit 61c2e24
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Scripts/Internal/FileValidation/00_shared.wscript
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,7 @@ export function checkDepotPath(_depotPath, _info, allowEmpty = false, suppressLo
return;
}

if (isDynamicAppearance && isRootEntity && resolvedPath.endsWith(".app")) {
Logger.Warning(`${info}${resolvedPath} not found in project or game files`);
}

Logger.Warning(`${info}${resolvedPath} not found in project or game files`);
})
return ret;
}
Expand Down

0 comments on commit 61c2e24

Please sign in to comment.