Update mode_mxp.py

This commit is contained in:
梦溪畔
2025-04-16 23:27:04 +08:00
committed by GitHub
parent b62b3abf70
commit c4e40e0b23

View File

@@ -150,8 +150,6 @@ class MxpWillingManager(BaseWillingManager):
if self.is_debug:
self.logger.debug(f"疲劳衰减:{self.chat_fatigue_willing_attenuation.get(w_info.chat_id, 0)}")
self.logger.debug(f"当前意愿值:{current_willing}")
chat_ongoing_messages = [msg for msg in self.ongoing_messages.values() if msg.chat_id == w_info.chat_id]
chat_person_ogoing_messages = [msg for msg in chat_ongoing_messages if msg.person_id == w_info.person_id]
if len(chat_person_ogoing_messages) >= 2: