Fix the confirm not working.

This commit is contained in:
graywolf336
2014-02-14 23:18:41 -06:00
parent c432dee86f
commit 3784eb6b28
3 changed files with 9 additions and 4 deletions

View File

@ -27,7 +27,7 @@ public class ConfirmPlayer {
return this.name;
}
/** Returns the inital arguments they sent with their command. */
/** Returns the initial arguments they sent with their command. */
public String[] getArguments() {
return this.args;
}