commit dcf4b2bc82b1170b8c0b4f929aa830f5a4e8a7d1
parent 656b92483ba4cfe16cd747673ffef5ffd5c31510
Author: FIGBERT <figbert@figbert.com>
Date: Mon, 15 Feb 2021 13:45:39 -0800
Add production server IP
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/scripts/main.gd b/src/scripts/main.gd
@@ -2,7 +2,8 @@ extends Node
signal client_anted
-const SERVER_IP := "10.0.0.76"
+const SERVER_IP := "10.0.0.76" # Development
+#const SERVER_IP := "135.181.44.54" # Production
const SERVER_PORT := 1780
const MAX_PLAYERS := 5
const DREIDEL_FACES := ["nun", "gimmel", "hey", "pey/shin"]