modify 删除测试代码

This commit is contained in:
sk 2024-12-20 14:18:31 +08:00
parent 1589aabbb8
commit 8977ad2313
1 changed files with 0 additions and 2 deletions

View File

@ -518,8 +518,6 @@ func handlerEvent(ctx context.Context, completeKey string, isInit bool, event *c
}
config := data.(*webapi.RoomConfig)
PlatformMgrSingleton.UpdateRoomConfig(config)
logger.Logger.Tracef("UpdateRoomConfig %v", config)
config.BaseScore = []int32{0, 100, 200, 500, 1000}
config.RoomType = 1
config.On = 1
if !isInit {