Files
OpenRA/OpenRA.Mods.Common/Traits/Player/ProductionQueue.cs
abcdefg30 5496245a00 Remove unnecessary lookups and checks
- We already return early if the unit doesn't have a BuildableInfo
- World.Map.Rules.Actors[actorName] won't return null
- Made BuildUnit use an ActorInfo instead of the name as parameter
2016-01-21 22:24:50 +01:00

14 KiB