mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-07 16:35:08 +00:00
[AB-308] adding a separate type for assignable role places to enable booster only places
adding more detailed logging to assignable roles adding some fall through logic to the banned listener to always log at least the basic information refactoring some command structure for showing configuration, so the command actually executes the message response fixing potential exception case for starboard updates causing the message ID to not be persisted
This commit is contained in:
@@ -36,7 +36,7 @@ public class ActivityServiceBean implements ActivityService {
|
||||
List<CustomActivity> activities = activityManagementService.getAllActivities();
|
||||
if(!activities.isEmpty()) {
|
||||
CustomActivity chosen = activities.get(secureRandom.nextInt(activities.size()));
|
||||
log.info("Chosen {} activity.", chosen.getId());
|
||||
log.info("Chosen activity {}.", chosen.getId());
|
||||
switchToActivity(chosen);
|
||||
} else {
|
||||
log.info("No activities configured.");
|
||||
|
||||
Reference in New Issue
Block a user