Update game_serve.py

This commit is contained in:
SpudGunMan
2025-11-02 20:34:01 -08:00
parent 22ec62a2f2
commit 95a35520c2

View File

@@ -16,7 +16,7 @@ except ImportError:
exit(1)
try:
from mudp import UDPPacketStream, node, conn, send_text_message, send_nodeinfo, send_device_telemetry, send_position, send_environment_metrics, send_power_metrics, send_waypoint, send_data
from mudp import UDPPacketStream, node, conn
from mudp.encryption import generate_hash
except ImportError:
print("mUDP module not found. pip install -U mudp")