Skip to content

Commit

Permalink
fhufewfjiewfewriewjiroewiriewiorwoer
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrayambak committed Oct 21, 2024
1 parent 4388544 commit 6aea5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/patches/patch_fonts.nim
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ proc setClientFont*(fontPath: string, exclude: seq[string]) =

if file.splitPath().tail in exclude:
info "lucem: font file \"" & file & "\" is in the exclusion list, not overriding it."
continue

moveFile(file, basePath / "old_roblox_fonts" / splitted.name & splitted.ext)
copyFile(fontPath, file)
Expand Down

0 comments on commit 6aea5ff

Please sign in to comment.