Skip to content

Commit

Permalink
Fixed command typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wertik committed Aug 12, 2020
1 parent 1eefa58 commit d877a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>space.devport.wertik.firstdeathrewards</groupId>
<artifactId>FirstDeathRewards</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<name>FirstDeathRewards</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public FirstDeathCommand() {

@Override
protected CommandResult perform(CommandSender sender, String label, String[] args) {
return CommandResult.SUCCESS;
return super.perform(sender, label, args);
}

@Override
Expand Down

0 comments on commit d877a54

Please sign in to comment.