You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: