Skip to content

Commit

Permalink
God damn forgot I was in java for a sec
Browse files Browse the repository at this point in the history
  • Loading branch information
memetrollsXD committed Apr 27, 2022
1 parent 471f5f0 commit 4116b0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void execute(Player sender, List<String> args) {
CommandHandler.sendMessage(null, "Account already exists.");
return;
} else {
account.addPermission('*');
account.addPermission("*");
account.save(); // Save account to database.

CommandHandler.sendMessage(null, "Account created with UID " + account.getPlayerUid() + ".");
Expand Down

0 comments on commit 4116b0e

Please sign in to comment.