[Typo] Fixed inconsistent name for the co adds strategy - added with co +ads removed with co -adds (ads verses adDs), now uses adds name for both. Fortunately this isn't referred to by 'ads' anywhere else (not in AiFactory.cpp and dont think its used by UnBot addon either)

This commit is contained in:
Fuzz
2024-06-26 17:10:24 +10:00
parent 762ef49e4a
commit c7bc359752

View File

@@ -87,7 +87,7 @@ class StrategyContext : public NamedObjectContext<Strategy>
creators["map full"] = &StrategyContext::map_full; creators["map full"] = &StrategyContext::map_full;
creators["sit"] = &StrategyContext::sit; creators["sit"] = &StrategyContext::sit;
creators["mark rti"] = &StrategyContext::mark_rti; creators["mark rti"] = &StrategyContext::mark_rti;
creators["ads"] = &StrategyContext::possible_adds; creators["adds"] = &StrategyContext::possible_adds;
creators["close"] = &StrategyContext::close; creators["close"] = &StrategyContext::close;
creators["ranged"] = &StrategyContext::ranged; creators["ranged"] = &StrategyContext::ranged;
creators["behind"] = &StrategyContext::behind; creators["behind"] = &StrategyContext::behind;