From 8977ad2313d74a17f0d6a29e78afd9688846e3f7 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Fri, 20 Dec 2024 14:18:31 +0800 Subject: [PATCH] =?UTF-8?q?modify=20=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/etcd.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/worldsrv/etcd.go b/worldsrv/etcd.go index 2063138..62b68ed 100644 --- a/worldsrv/etcd.go +++ b/worldsrv/etcd.go @@ -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 {