Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
durp, close #62
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Apr 28, 2017
1 parent 105c03a commit 2ab1945
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/PiggyAuth/Commands/RegisterCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,30 +73,4 @@ public function execute(CommandSender $sender, $currentAlias, array $args)
return true;
}

/**
* @param Player $player
* @return array
*/
public function generateCustomCommandData(Player $player)
{
$commandData = parent::generateCustomCommandData($player);
$commandData["overloads"]["default"]["input"]["parameters"] = [
0 => [
"type" => "rawtext",
"name" => "password",
"optional" => false
],
1 => [
"type" => "rawtext",
"name" => "confirm_password",
"optional" => false
],
2 => [
"type" => "rawtext",
"name" => "email",
"optional" => true
]
];
return $commandData;
}
}

0 comments on commit 2ab1945

Please sign in to comment.