From fcb027c8d77ace20e596936ed142c16f125e5840 Mon Sep 17 00:00:00 2001 From: 1 <1@72wo.cn> Date: Thu, 28 Aug 2025 22:02:11 +0000 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=80=80=E5=87=BA=E5=AE=8C?= =?UTF-8?q?=E5=96=84=EF=BC=8C=E5=88=B7=E6=80=AA=E6=9C=BA=E5=88=B6=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic/controller/map.go | 1 + 1 file changed, 1 insertion(+) diff --git a/logic/controller/map.go b/logic/controller/map.go index 5fbbdbd4..a5e946bd 100644 --- a/logic/controller/map.go +++ b/logic/controller/map.go @@ -23,6 +23,7 @@ func (h *Controller) MapEnter(data *maps.InInfo, c *socket.Player) (result *maps data.Broadcast(c.Info.MapID, *result) //同步广播 // 如果是无怪地图,直接返回 + if mservice.NewMonsterService().GetId(c.Info.MapID) == nil { return nil, -1 }