From d4a3f1cf127c3e808a1ec2f6a5b4670cf4124768 Mon Sep 17 00:00:00 2001 From: stpohle Date: Sun, 4 Jan 2004 20:37:50 +0000 Subject: [PATCH] default gamecache changed to x.yz.to:11111 --- include/basic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/basic.h b/include/basic.h index 3e404a9..3b57612 100644 --- a/include/basic.h +++ b/include/basic.h @@ -1,4 +1,4 @@ -/* $Id: basic.h,v 1.12 2004/01/03 04:39:20 stpohle Exp $ */ +/* $Id: basic.h,v 1.13 2004/01/04 20:37:50 stpohle Exp $ */ /* basic types which we need everywhere */ #ifndef _BC_BASIC_H_ @@ -67,7 +67,7 @@ #define DEFAULT_UDPPORT 11000 #define DEFAULT_GAMECACHEPORT "11111" -#define DEFAULT_GAMECACHE "localhost:11111" +#define DEFAULT_GAMECACHE "x.yz.to:11111" #define GAMESRV_TIMEOUT 2000 /* Timeout of the GameSrv_GetEntry */ #define UDP_TIMEOUT 15000