MNoya / BuildingHelper

Library for RTS & TD Dota Custom Games
GNU General Public License v3.0
37 stars 14 forks source link

BuildingHelper:BuildCommand(args) failed #19

Open SirWayN3 opened 5 years ago

SirWayN3 commented 5 years ago

The Function BuildingHelper:BuildCommand(args) failed with following line:

-- Cancel current action if not queue then builder:Stop() end

since "builder" hasnt been set properly. the hero initially spawned is the builder, since no other selection has been made so far, the function fails. when i select any other entity, then the builder it works well.