Skip to content

Commit a5181a1

Browse files
committed
fix index
1 parent 96cdde4 commit a5181a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/obbywiki.com/PlayerInfobox/PlayerInfobox.module.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ function PlayerInfobox.main( frame )
264264
title = 'Featured',
265265
col = 2,
266266
content = {
267-
test:renderItem( 'Most Popular Obby', `{most_popular_obby.name} - {get_comma_val(most_popular_obby.visits)} ({most_popular_obby.month} {most_popular_obby.year})`),
267+
test:renderItem( 'Most Popular Obby', `{most_popular_obby.name} - {get_comma_val(most_popular_obby.visits)} ({month_by_index(tonumber(most_popular_obby.month))} {most_popular_obby.year})`),
268268
-- test:renderItem( 'Peak CCU', obby_stats_peak_ccu .. '+' ),
269269
-- test:renderItem( 'Likes', obby_stats_likes .. '+' ),
270270
}

0 commit comments

Comments
 (0)