forked from jaildesigner-jailgames/jaildoctors_dilemma
Se establece el online deshabilitado por defecto al crear el fichero de configuración
This commit is contained in:
@@ -156,7 +156,7 @@ void Director::initOptions()
|
||||
options->stats.items = 0;
|
||||
|
||||
// Opciones online
|
||||
options->online.enabled = true;
|
||||
options->online.enabled = false;
|
||||
options->online.sessionEnabled = false;
|
||||
options->online.server = "jaildoctor.duckdns.org";
|
||||
options->online.port = 9911;
|
||||
|
||||
Reference in New Issue
Block a user