mirror of
https://github.com/veden/Rampant.git
synced 2025-03-17 20:58:35 +02:00
FACTO-103: Fix base iterator being nil
This commit is contained in:
parent
0341bf20d8
commit
9e059cd8be
@ -606,6 +606,8 @@ function upgrade.attempt(universe)
|
||||
end
|
||||
end
|
||||
|
||||
universe.processBaseAIIterator = nil
|
||||
|
||||
game.print("Rampant - Version 3.0.0")
|
||||
end
|
||||
|
||||
|
@ -30,7 +30,8 @@ Version: 3.0.0
|
||||
- Fixed base.index reference error in displaying ai state
|
||||
- Fixed rampantSetAIState command to work with multiple ais per surface
|
||||
- Fixed base recycling on invalid surfaces
|
||||
- Fixed base chunk count not being decremented when chunks are removed
|
||||
- Fixed base chunk count not being decremented when chunks are removed
|
||||
- Fixed base iterator processing being nil
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user