Update version to 0.3.2, add reactor explosions metric, and adjust settings for third-party Lua workspace
This commit is contained in:
@@ -234,6 +234,7 @@ function SendGameStats()
|
||||
returnParts[#returnParts + 1] = GetMapSeed()
|
||||
returnParts[#returnParts + 1] = GetEvolution()
|
||||
returnParts[#returnParts + 1] = GetRocketsLaunched()
|
||||
returnParts[#returnParts + 1] = GetReactorExplosions()
|
||||
returnParts[#returnParts + 1] = GetTotalPlayTime()
|
||||
returnParts[#returnParts + 1] = GetPlayerTime()
|
||||
returnParts[#returnParts + 1] = GetPlayerDeaths()
|
||||
|
||||
Reference in New Issue
Block a user