房间-创建房间默认开启魔力值

This commit is contained in:
2022-11-14 16:41:44 +08:00
parent caf8032447
commit 475eebaf9c

View File

@@ -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);