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]..']'