Skip to content

Commit 74c5419

Browse files
committed
gameset related nil check
1 parent 6b634ac commit 74c5419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gameset.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ function Cryptid.gameset_config_UI(center)
645645
end
646646
end
647647
if center.set == "Content Set" then
648-
gamesets = { "disabled", G.PROFILES[G.SETTINGS.profile].cry_gameset }
648+
gamesets = { "disabled", G.PROFILES[G.SETTINGS.profile].cry_gameset or "mainline" }
649649
end
650650
for i = 1, #gamesets do
651651
if

0 commit comments

Comments
 (0)