Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuh4 committed Jun 22, 2024
1 parent 229c500 commit 65c01ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Noir/Built-Ins/Services/GameSettingsService.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function Noir.Services.GameSettingsService:GetSetting(name)
local settings = self:GetSettings()
local setting = settings[name]

if not setting then
if setting == nil then
return
end

Expand Down

0 comments on commit 65c01ac

Please sign in to comment.