Commit 96dbc2fb authored by memetrollsXD's avatar memetrollsXD Committed by Melledy
Browse files

God damn forgot I was in java for a sec

parent b80b8aed
......@@ -46,7 +46,7 @@ public final class AccountCommand implements CommandHandler {
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() + ".");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment