Merge pull request #10058 from abcdefg30/harv05

Fix the harvester stopping when you reach the base in gdi05
This commit is contained in:
Oliver Brakmann
2015-11-21 23:06:48 +01:00
2 changed files with 5 additions and 7 deletions

View File

@@ -128,7 +128,6 @@ DiscoverGdiBase = function(actor, discoverer)
Utils.Do(GdiBase, function(actor)
actor.Owner = player
end)
GdiHarv.FindResources()
baseDiscovered = true

View File

@@ -70,7 +70,6 @@ DiscoverGdiBase = function(actor, discoverer)
Utils.Do(GdiBase, function(actor)
actor.Owner = player
end)
GdiHarv.FindResources()
baseDiscovered = true