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

Fix typos.

parent 1df64504
No related branches found
No related tags found
No related merge requests found
......@@ -365,8 +365,8 @@ var privtable = {
/* Just the one army */
armies[a].nation = -1;
armies[r].r = -1;
armies[c].c = -1;
armies[a].r = -1;
armies[a].c = -1;
return 0;
},
"move-army":function(argc, argv) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment