Fixing some stuff after testing

This commit is contained in:
boy0001 2015-07-28 03:28:39 +10:00
parent 5b2e83587b
commit 955fa674d0
16 changed files with 79 additions and 86 deletions

View file

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