Skip to content

Commit

Permalink
Fix loop through lag/stacktrace.
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed Aug 9, 2013
1 parent 2da8b85 commit 321c33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/util.dscript
Expand Up @@ -59,7 +59,7 @@ _util_dtime_command:
- ^runtask "%task%" "context:<server.flag[Iterator %id%].get[1]>" queue instantly
- ^flag global "Iterator %id%:<-:<server.flag[Iterator %id%].get[1]>"
- ^if "<server.flag[Iterator %id%].size || 0>" > 0
run '_depend Generic Loop Process' id:%id%
run instantly '_depend Generic Loop Process' id:%id%
"def:%task%|%flag%|%type%|%id%"
else flag global "Iterator %id%:!"

Expand Down

0 comments on commit 321c33a

Please sign in to comment.