diff options
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |