房间-创建房间默认开启魔力值
This commit is contained in:
@@ -1540,6 +1540,8 @@ public class RoomService extends BaseService {
|
||||
room.setAudioQuality((byte) 1);
|
||||
room.setIsCloseScreen(false);
|
||||
room.setHasKTVPriv(false);
|
||||
//默认开启魔力值
|
||||
room.setShowGiftValue(true);
|
||||
|
||||
if (Constant.RoomType.mini_game.equals(room.getType())) {
|
||||
setRoomMgId(room);
|
||||
|
Reference in New Issue
Block a user