mirror of
https://github.com/veden/Rampant.git
synced 2025-02-05 13:14:51 +02:00
added spaceship- surfaces to exclusion list
This commit is contained in:
parent
64078e5e84
commit
30d7dcb7df
@ -567,7 +567,8 @@ function upgrade.prepMap(universe, surface)
|
||||
sFind(surfaceName, "NiceFill") or
|
||||
sFind(surfaceName, "Asteroid Belt") or
|
||||
sFind(surfaceName, "Vault ") or
|
||||
(surfaceName == "RTStasisRealm")
|
||||
(surfaceName == "RTStasisRealm") or
|
||||
sFind(surfaceName, "spaceship- ")
|
||||
then
|
||||
return
|
||||
end
|
||||
|
@ -3,6 +3,7 @@ Version: 2.0.4
|
||||
Date: 17. 12. 2021
|
||||
Improvements:
|
||||
- Added RTStasisRealm to surface exclusion list
|
||||
- Added space exploration spaceship surface to exclusion list
|
||||
Bugfixes:
|
||||
- Fixed onBuilderArrived if the builder was a unit and not a group (Thanks DBotThePony for reporting)
|
||||
- Fixed adding player to chunk crash
|
||||
|
Loading…
x
Reference in New Issue
Block a user