Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-10-10 10:19:11 -07:00
parent 91110460fb
commit 58b25f6da4
+1
View File
@@ -936,6 +936,7 @@ def onReceive(packet, interface):
else:
playingGame = False
logger.warning(f"Device:{rxNode} Ignoring Request to Play Game: {message_string} From: {get_name_from_number(message_from_id, 'long', rxNode)} with hop count: {hop}")
send_message(f"Your hop count exceeds safe playable distance at {hop_count} hops", channel_number, message_from_id, rxNode)
if not playingGame:
if llm_enabled: