mirror of
https://github.com/veden/Rampant.git
synced 2024-12-26 20:54:12 +02:00
FACTO-112: removed print console debug statement on recycling bases
This commit is contained in:
parent
756d0f0788
commit
5dbf8c9574
@ -1,5 +1,5 @@
|
||||
# Rampant Tactics
|
||||
Factorio Mod - Improves the enemies tactics by using potential fields/pheromones allowing probing of defenses, retreats, reinforcements, counterattacking, breaching, raids, rallying death cry, and player hunting. Uses nonhoming blockable biter projectiles. Adds new Enemies (disabled by default). Difficulty setting in mod options menu.
|
||||
Factorio Mod - Improves the enemies tactics by using potential fields (pheromones) allowing probing of defenses, retreats, reinforcements, counterattacking, breaching, raids, rallying death cry, and player hunting. Uses blockable biter projectiles. Adds new Enemies which can be disabled in mod settings. Difficulty setting in mod options menu.
|
||||
|
||||
# Site
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 3.0.1
|
||||
Bugfixes:
|
||||
- Removed console print statement when recycling bases
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 3.0.0
|
||||
Notes:
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name" : "Rampant",
|
||||
"factorio_version" : "1.1",
|
||||
"version" : "3.0.0",
|
||||
"version" : "3.0.1",
|
||||
"title" : "Rampant",
|
||||
"author" : "Veden",
|
||||
"homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",
|
||||
|
@ -270,7 +270,6 @@ function baseUtils.recycleBases(universe)
|
||||
universe.recycleBaseIterator = next(bases, id)
|
||||
local map = base.map
|
||||
if (base.chunkCount == 0) or not map.surface.valid then
|
||||
print("removing", id)
|
||||
bases[id] = nil
|
||||
if map.surface.valid then
|
||||
map.universe.bases[id] = nil
|
||||
|
Loading…
Reference in New Issue
Block a user