From 1979d3703d5bbd414c9f2b3f1ad637e274149473 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 11 Mar 2025 17:40:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8B=8D=E4=B8=80=E6=8B=8Dbu?= =?UTF-8?q?g=EF=BC=8C=2010000=20=E5=B9=B6=E4=B8=8D=E4=B8=80=E5=AE=9A?= =?UTF-8?q?=E6=98=AF=E5=8A=A0=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/robot.py b/robot.py index 5c2b226..4c5ef59 100644 --- a/robot.py +++ b/robot.py @@ -326,10 +326,10 @@ class Robot(Job): except Exception as e: self.LOG.error(f"game_message_load error:{e}") try: - if msg.type == 10000: - self.LOG.info(msg) - self.group_add.handle_message(msg) - return + # if msg.type == 10000: + # self.LOG.info(msg) + # self.group_add.handle_message(msg) + # return result = self.gmc.process_message(msg.roomid, msg.xml) # 判断是否没有变化 if "$NO_CHANGE$" not in result: