This commit is contained in:
2025-02-23 12:47:01 +09:00
parent 85f9ebd7d0
commit b3c70e7700

View File

@@ -74,8 +74,8 @@ local computed_stats = {
}, },
Locale = { Locale = {
default = "en", default = "en",
calculate = function(player_name) calculate = function(player)
return player_name.locale return player.locale
end, end,
}, },
} }