diff options
| author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-03-17 11:53:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-17 21:53:53 +1100 |
| commit | 35a595367b9da9db455caa00a58ebdbb21fe1ae4 (patch) | |
| tree | bd5b2446dcffa3a4ac1c10c9e13b86fffb299eee | |
| parent | c63d37b4be6ef9c47e29c5df9673f126afd52030 (diff) | |
| download | SkyHanni-REPO-35a595367b9da9db455caa00a58ebdbb21fe1ae4.tar.gz SkyHanni-REPO-35a595367b9da9db455caa00a58ebdbb21fe1ae4.tar.bz2 SkyHanni-REPO-35a595367b9da9db455caa00a58ebdbb21fe1ae4.zip | |
Fixed FameRank New player (#133)
| -rw-r--r-- | constants/FameRank.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
