From b4d134183ff7c488e629f6c773e646678a903f35 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Tue, 10 Feb 2009 06:19:16 +0000 Subject: Fix default port in GUI --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 97f2a277..d446944c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -338,7 +338,7 @@ void init_engine(const Options &options) // Fill configuration with defaults logger->log(_("Initializing configuration...")); config.setValue("host", "www.themanaworld.org"); - config.setValue("port", 21001); + config.setValue("port", 6901); config.setValue("hwaccel", 0); #if (defined __APPLE__ || defined WIN32) && defined USE_OPENGL config.setValue("opengl", 1); -- cgit v1.2.3-70-g09d2