removed the iterator in fly checks.

...
This commit is contained in:
Naman
2018-04-01 09:13:23 -05:00
parent 21587db74d
commit 12b9f94fe4
11 changed files with 1850 additions and 1827 deletions

View File

@@ -30,6 +30,7 @@ public class CmdTitle extends FCommand {
return;
}
args.remove(0);
String title = TextUtil.implode(args, " ");