diff --git a/src/strategy/StrategyContext.h b/src/strategy/StrategyContext.h index 53c3f699..55bdc4bc 100644 --- a/src/strategy/StrategyContext.h +++ b/src/strategy/StrategyContext.h @@ -87,7 +87,7 @@ class StrategyContext : public NamedObjectContext creators["map full"] = &StrategyContext::map_full; creators["sit"] = &StrategyContext::sit; creators["mark rti"] = &StrategyContext::mark_rti; - creators["ads"] = &StrategyContext::possible_adds; + creators["adds"] = &StrategyContext::possible_adds; creators["close"] = &StrategyContext::close; creators["ranged"] = &StrategyContext::ranged; creators["behind"] = &StrategyContext::behind;