mirror of
https://github.com/veden/Rampant.git
synced 2025-01-26 03:20:07 +02:00
prepped for next version
This commit is contained in:
parent
fa44b2d984
commit
f144c80235
@ -147,6 +147,11 @@ function upgrade.attempt(natives)
|
||||
game.surfaces[1].print("Rampant - Version 0.15.15")
|
||||
global.version = constants.VERSION_25
|
||||
end
|
||||
if (global.version < constants.VERSION_26) then
|
||||
|
||||
game.surfaces[1].print("Rampant - Version 0.15.16")
|
||||
global.version = constants.VERSION_26
|
||||
end
|
||||
return starting ~= global.version
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user