Skip to content

Commit

Permalink
Always warn for unsupported classes
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Dec 1, 2023
1 parent 4570f2d commit 4cf0866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lune/lib/BundleModel.luau
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ local function BundleModel(modelData: string | {roblox.Instance}, envName: strin

local ClassNameId = ClassNameIdKeys[ClassName]
if not ClassNameId then
RunIfVerbose(Log.Info, `Skipping instance of ClassName "{ClassName}", as it isn't supported in bundling`)
Log.Warn(`Skipping instance of ClassName "{ClassName}", as it isn't supported in bundling`)
return
end

Expand Down

0 comments on commit 4cf0866

Please sign in to comment.