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

NA: Updated upgrade version number

This commit is contained in:
Aaron Veden 2022-04-11 19:20:20 -07:00
parent 202671b0a1
commit cb15e56b0f
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -436,8 +436,8 @@ end
function upgrade.attempt(universe)
local starting = global.version
if not global.version or global.version < 300 then
global.version = 300
if not global.version or global.version < 301 then
global.version = 301
if not universe then
universe = {}