Some fixes

This commit is contained in:
boy0001 2015-07-31 15:40:53 +10:00
parent cdee23796b
commit 0667e885de
6 changed files with 23 additions and 6 deletions

View file

@ -357,7 +357,7 @@ public class Set extends SubCommand {
a.append(" ").append(args[x]);
}
}
MainCommand.onCommand(plr, "flag", ("set " + args[0] + a.toString()).split(" "));
MainCommand.onCommand(plr, "plot", ("flag set " + args[0] + a.toString()).split(" "));
return true;
}
}