Private
Public Access
1
0

Update version to 0.3.2, add reactor explosions metric, and adjust settings for third-party Lua workspace

This commit is contained in:
Jan Grießhaber
2026-01-06 15:42:53 +01:00
parent 765cd0bdd9
commit a6e503da3d
4 changed files with 3 additions and 5 deletions

View File

@@ -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()