Skip to content
Snippets Groups Projects
Commit 0f87dd12 authored by deuce's avatar deuce
Browse files

Fix last commit (made 3 months, 2 days ago).

parent a43a0cb2
Branches
Tags
No related merge requests found
......@@ -230,7 +230,7 @@ var privtable = {
/* pack army list */
for(k = 0; k < armies.length; k++) {
while(armies[k].nation !== undefined && armies[k].nation == -1)
while(armies[k] !== undefined && armies[k].nation == -1)
armies.splice(k, 1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment