Skip to content

Commit

Permalink
Added log to check issue results being ignored #343
Browse files Browse the repository at this point in the history
Its not breaking much though.
  • Loading branch information
SMUnlimited committed Nov 21, 2024
1 parent 1f108c2 commit 6d69226
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions common.eai
Original file line number Diff line number Diff line change
Expand Up @@ -5951,7 +5951,8 @@ function BuildBRAtCreep takes nothing returns boolean
call Sleep(0.01)
endif
call RemoveGuardPosition(u) // no need reset guard , the tree can train
set success = IssuePointOrderByIdLoc(u, old_id[racial_rushcreep], loc)
call IssuePointOrderByIdLoc(u, old_id[racial_rushcreep], loc)
set success = true
set u = null
endif
endif
Expand Down Expand Up @@ -10321,7 +10322,7 @@ function BuildAtSpecialLoc takes integer unitid, integer town, integer bloc retu
elseif not IssuePointOrderByIdLoc(peon, old_id[unitid], l) then
//call Trace("Building at special point")
//else
// call Trace("BuildatspecialLoc: Not able to build here")
call Trace("BuildatspecialLoc: Not able to build here")
call RemoveLocation(l)
set l = null
set peon = null
Expand Down

0 comments on commit 6d69226

Please sign in to comment.