Fix ordos-04 to use internal bot names

This commit is contained in:
JovialFeline
2025-01-15 19:22:14 -05:00
committed by Gustas
parent dc4c596fa0
commit 94f2ce4f56
2 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ SendHarkonnen = function(path)
end
Hunt = function(house)
Trigger.OnAllKilledOrCaptured(Base[house.Name], function()
Trigger.OnAllKilledOrCaptured(Base[house.InternalName], function()
Utils.Do(house.GetGroundAttackers(), IdleHunt)
end)
end