From bfc591b84bdc730e912ca201de2cb64eb9c26be6 Mon Sep 17 00:00:00 2001 From: dowoge Date: Mon, 7 Aug 2023 12:13:37 -0400 Subject: [PATCH] show that the max amount of usernames is displayed with a "*" --- src/modules/commands/user.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/commands/user.lua b/src/modules/commands/user.lua index 6ced83e..bb75d8b 100644 --- a/src/modules/commands/user.lua +++ b/src/modules/commands/user.lua @@ -153,7 +153,7 @@ commands:Add('user',{},'user ', function(t) {name='Last Location',value=LastLocation,inline=true}, {name='Banned',value=isBanned,inline=true}, {name='Description',value=description,inline=false}, - {name='Username History',value=usernameHistoryString,inline=false}, + {name='Username History ('..#usernameHistoryTable..(#usernameHistoryTable==50 and '*' or '')..')',value=usernameHistoryString,inline=false}, } } if firstBadge and firstBadgeDate~=math.huge then