mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Resolve all Luals warnings
This commit is contained in:
@@ -40,7 +40,7 @@ Statistics:on_load(function(player_name, player_statistics)
|
||||
if new_players[player_name] then
|
||||
new_players[player_name] = nil
|
||||
local ctn = player_statistics.MapsPlayed
|
||||
player_statistics.MapsPlayed = ctn and ctn + 1 or 1
|
||||
player_statistics["MapsPlayed"] = ctn and ctn + 1 or 1
|
||||
end
|
||||
|
||||
return player_statistics
|
||||
|
||||
Reference in New Issue
Block a user