From 30609c822dba1e965024c9745d2e8b1d41cf6a44 Mon Sep 17 00:00:00 2001 From: Kelly Date: Sat, 7 Mar 2026 17:40:46 -0800 Subject: [PATCH] Update game_serve.py --- script/game_serve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/game_serve.py b/script/game_serve.py index dfdab5d..91f4d87 100644 --- a/script/game_serve.py +++ b/script/game_serve.py @@ -26,7 +26,7 @@ try: from mudp.encryption import generate_hash except ImportError: print("mUDP module not found. pip install -U mudp") - print("If launching, venv run source venv/bin/activate and then pip install -U mudp") + print("If launching, venv run source venv/bin/activate and then pip install -U mudp pygame-ce") print("use deactivate to exit venv when done") exit(1) try: