Skip to content

Commit

Permalink
fix: bracket being in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
Lythium4848 committed Aug 23, 2024
1 parent 2583f18 commit 723d5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pulsarui/core/sh_formatting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ do

if config.currency ~= nil then currencySymbol = config.currency end
if config.currencyLeft ~= nil then currencyLeft = config.currencyLeft end
end)
end
load()
hook.Add("PostGamemodeLoaded", "PIXEL.UI.GetMoneyFormatSettings", load)

Expand Down

0 comments on commit 723d5e8

Please sign in to comment.