diff --git a/plugins/dod/stats.sma b/plugins/dod/stats.sma
index 43b77717..59421fd6 100755
--- a/plugins/dod/stats.sma
+++ b/plugins/dod/stats.sma
@@ -922,7 +922,7 @@ displayStats_steam(id,dest) {
new name[MAX_NAME_LENGTH], stats[9], body[8]
get_user_wstats(id,0,stats,body)
- new pos = copy(g_Buffer,2047,"
")
+ new pos = copy(g_Buffer,2047,"")
pos += format(g_Buffer[pos],2047-pos,"
%L | %L | %L | %L | %L | %L | %L |
",
dest,"M_KILLS",dest,"M_DEATHS",dest,"M_SCORE",dest,"M_TKS",dest,"M_HITS",dest,"M_SHOTS",dest,"M_HS")
@@ -961,7 +961,7 @@ displayRank_steam(id,dest) {
new name[MAX_NAME_LENGTH], stats[9], body[8]
new rank_pos = get_user_stats(id,stats,body)
- new pos = copy(g_Buffer,2047,"")
+ new pos = copy(g_Buffer,2047,"")
pos += format(g_Buffer[pos],2047-pos,
"
%L | %L | %L | %L | %L | %L | %L |
",dest,"M_KILLS",dest,"M_DEATHS",dest,"M_SCORE",dest,"M_TKS",dest,"M_HITS",dest,"M_SHOTS",dest,"M_HS")