1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

bump version in global for missing initializations

This commit is contained in:
Aaron Veden 2021-12-12 13:49:21 -08:00
parent 2f28f3fafd
commit 08d39f62a2
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -465,8 +465,8 @@ function upgrade.attempt(universe)
universe.maxPoints = 0
end
if global.version < 203 then
global.version = 203
if global.version < 204 then
global.version = 204
addCommandSet(universe)
universe.eventId = 0