From 52c7ee761fdcd43b96d132902cfa47ed009ff9fb Mon Sep 17 00:00:00 2001 From: tommy aka doge <59783653+dowoge@users.noreply.github.com> Date: Sun, 11 Sep 2022 23:04:34 -0400 Subject: [PATCH] remove unused variable --- src/modules/commands/wrmap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/commands/wrmap.lua b/src/modules/commands/wrmap.lua index c2b8e7f..e9b32ac 100644 --- a/src/modules/commands/wrmap.lua +++ b/src/modules/commands/wrmap.lua @@ -32,7 +32,7 @@ commands:Add('wr', {}, 'get map wr', function(t) local points = tostring(API.CalculatePoint(1, count)) -- Username: | Time: | Points: | Date: - local n_n,t_n,d_n,p_n = 20,#time_formatted,8,#points + local n_n,t_n,p_n = 20,#time_formatted,#points local first_line = 'WR Time for map: '..map.DisplayName..' ( 1/'..count..' ) ['..API.GAMES[game]..', '..API.STYLES_LIST[style]..']'