From 35a595367b9da9db455caa00a58ebdbb21fe1ae4 Mon Sep 17 00:00:00 2001 From: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Date: Sun, 17 Mar 2024 11:53:53 +0100 Subject: Fixed FameRank New player (#133) --- constants/FameRank.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/FameRank.json b/constants/FameRank.json index b79d8ef..e751ea4 100644 --- a/constants/FameRank.json +++ b/constants/FameRank.json @@ -1,7 +1,7 @@ { "fame_rank": { "NEW_PLAYER": { - "name": "New Player", + "name": "New player", "fame_required": 0, "bits_multiplier": 1.0, "votes": 1 -- cgit