mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-24 19:45:14 +01:00
Improved challenges.
This commit is contained in:
parent
a2d21f0242
commit
c3c51b957c
@ -12,7 +12,7 @@ public class ChallengesCommand extends CompositeCommand {
|
|||||||
private ChallengesAddon addon;
|
private ChallengesAddon addon;
|
||||||
|
|
||||||
public ChallengesCommand(ChallengesAddon addon, CompositeCommand cmd) {
|
public ChallengesCommand(ChallengesAddon addon, CompositeCommand cmd) {
|
||||||
super(cmd, CHALLENGE_COMMAND, "c", "challenge");
|
super(cmd, CHALLENGE_COMMAND);
|
||||||
this.addon = addon;
|
this.addon = addon;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user