Fix the harvester stopping when you reach the base in gdi05
This commit is contained in:
@@ -128,7 +128,6 @@ DiscoverGdiBase = function(actor, discoverer)
|
|||||||
Utils.Do(GdiBase, function(actor)
|
Utils.Do(GdiBase, function(actor)
|
||||||
actor.Owner = player
|
actor.Owner = player
|
||||||
end)
|
end)
|
||||||
GdiHarv.FindResources()
|
|
||||||
|
|
||||||
baseDiscovered = true
|
baseDiscovered = true
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,6 @@ DiscoverGdiBase = function(actor, discoverer)
|
|||||||
Utils.Do(GdiBase, function(actor)
|
Utils.Do(GdiBase, function(actor)
|
||||||
actor.Owner = player
|
actor.Owner = player
|
||||||
end)
|
end)
|
||||||
GdiHarv.FindResources()
|
|
||||||
|
|
||||||
baseDiscovered = true
|
baseDiscovered = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user