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
Here's a pared-down example that sends Aether into an infinite loop:
functioneach(e,i,array)
localgoal=self:distance(e)-e.bountyGoldifnotdistorgoal<distthenitem=edist=goalendendlocala={}
localind=1a[ind]:forEach(each) -- this is the line that does it, the rest is setup
@basicer I can check this out, but do you know if this a[ind]:forEach(each) syntax might be triggering any special areas that I should look first?
The text was updated successfully, but these errors were encountered:
Here's a pared-down example that sends Aether into an infinite loop:
@basicer I can check this out, but do you know if this
a[ind]:forEach(each)
syntax might be triggering any special areas that I should look first?The text was updated successfully, but these errors were encountered: