diff options
-rw-r--r-- | server/src/commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands.rs b/server/src/commands.rs index b6b00c22..b5645c8c 100644 --- a/server/src/commands.rs +++ b/server/src/commands.rs @@ -291,7 +291,7 @@ impl Server { .map(|(place, entry)| DocumentElement::Text { s: trm!( "c.menu.scoreboard.entry", - s = place.to_string(), + s = (place + 1).to_string(), s = entry.score.points.to_string(), s = entry.players.clone().join(", ") ), |