0

Fixed accidental line deletion.

This commit is contained in:
Minenash 2017-03-03 20:45:44 -05:00
parent 858d290d75
commit c4c6db7f61

View File

@ -114,6 +114,7 @@ public class Challenge implements Module
return true;
}
int id = (new Random()).nextInt(challenges.size());
Utils.sendMessage(sender, null, "&a" + challenges.get(id), '&');
return true;
}