From e8d9ef247f70ccabecc6d658361d3f4f9d927712 Mon Sep 17 00:00:00 2001 From: MysterD Date: Sat, 15 Apr 2023 20:40:29 -0700 Subject: [PATCH] Set default coopnet ip --- src/pc/configfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc/configfile.h b/src/pc/configfile.h index 5ca01793a..f661315bd 100644 --- a/src/pc/configfile.h +++ b/src/pc/configfile.h @@ -15,7 +15,7 @@ #define MAX_DESCRIPTION_STRING 20 #define DEFAULT_PORT 7777 -#define DEFAULT_COOPNET_IP "localhost" +#define DEFAULT_COOPNET_IP "net.coop64.us" #define DEFAULT_COOPNET_PORT 34197 typedef struct {