isRandomChooseEnabled method

bool isRandomChooseEnabled()

Implementation

bool isRandomChooseEnabled() {
  return !isGroupRoom();
}