Skip to content

Commit

Permalink
remove the bad
Browse files Browse the repository at this point in the history
  • Loading branch information
Lythium4848 committed Mar 16, 2024
1 parent b4ad1af commit 58158d8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lua/autorun/sh_pulsarui_loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,4 @@ PulsarUI.LoadDirectoryRecursive("pulsarui")
hook.Run("PulsarUI.FullyLoaded")

if CLIENT then return end
resource.AddWorkshop("2825396224")

local files, _ = file.Find("resource/fonts/NotoSans_*", "GAME", "nameasc")

for _, fileName in ipairs(files) do
print("Adding font file: " .. fileName)
resource.AddFile("resource/fonts/" .. fileName)
end
resource.AddWorkshop("2825396224")

0 comments on commit 58158d8

Please sign in to comment.