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 = {
default = "en",
calculate = function(player_name)
return player_name.locale
calculate = function(player)
return player.locale
end,
},
}