Skip to content

Commit 3490880

Browse files
authored
another fix
1 parent 6a523da commit 3490880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/pac3/editor/client/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function pace.RefreshFiles()
201201
pace.Editor:MakeBar()
202202
end
203203

204-
if pace.SpawnlistBrowser:IsValid() then
204+
if IsValid(pace.SpawnlistBrowser) then
205205
pace.SpawnlistBrowser:PopulateFromClient()
206206
end
207207
end

0 commit comments

Comments
 (0)