• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Gesior Acc Problems

Mejenes

New Member
Joined
Apr 10, 2010
Messages
14
Reaction score
0
When someone make a new account, the page asks if you want to play in server 1 or server 2 how can i change it to skip this step automatically? Thanks in advice
 
That appears because you have configured more than 1 world.

Go to config\config.php

PHP:
<?PHP
$config['site']['worlds'] = array(0 => 'Your world name');


Change to this way and it should be fixed :peace:
 
Back
Top