Fixed accidental line deletion.
This commit is contained in:
parent
858d290d75
commit
c4c6db7f61
@ -114,6 +114,7 @@ public class Challenge implements Module
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
int id = (new Random()).nextInt(challenges.size());
|
int id = (new Random()).nextInt(challenges.size());
|
||||||
|
Utils.sendMessage(sender, null, "&a" + challenges.get(id), '&');
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user