mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
.
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user