Skip to content
Snippets Groups Projects
Commit 6859e86f authored by deuce's avatar deuce
Browse files

Use correct group variable for hunter group (should fix problem #2 reported
by Toolman)
parent 6465c1c5
No related branches found
No related tags found
No related merge requests found
...@@ -300,7 +300,7 @@ function MoveCabal() ...@@ -300,7 +300,7 @@ function MoveCabal()
var next; var next;
while(path.length > 0 && hgroup.Size > 0) { while(path.length > 0 && hgroup.Size > 0) {
var next=path.shift(); var next=path.shift();
MoveCabalGroup(agroup,next); MoveCabalGroup(hgroup,next);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment