Skip to content

Commit e612ea2

Browse files
committed
fix-ogi: developer profile linking
1 parent 661d104 commit e612ea2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/obbywiki.com/ObbyGameInfobox/ObbyGameInfobox.module.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ function ObbyGameInfobox.main( frame )
548548
end
549549

550550
if page_exists(c.creator_type == 'Group' and source_creator_name or '@' .. source_creator_name) then
551-
obby_developer = '[[' .. source_creator_name .. ']]' .. (c.is_verified and ' [[File:Roblox_Verification_Badge.svg|12px|alt=Verified|link=' .. obby_developer_raw .. ']]' or '')
551+
obby_developer = '[[' .. (c.creator_type == 'Group' and source_creator_name or '@' .. source_creator_name) .. ']]' .. (c.is_verified and ' [[File:Roblox_Verification_Badge.svg|12px|alt=Verified|link=' .. obby_developer_raw .. ']]' or '')
552552
else
553553
obby_developer = string.format(
554554
'[https://roblox.com/%s/%s/%s %s%s]',

0 commit comments

Comments
 (0)