Hello how can i only use world id 1 instead 0?
I tryd but it gives me a error
/*ID and names of worlds*/
$config['worlds'][1] = "Molten dawn";
// Enable multiworld by uncommenting this
//$config['worlds'][0] = "Second World";
error:
A PHP Error was encountered
Severity: Notice
Message: Undefined offset:
0
Filename: views/create.php
Line Number: 117
I tryd but it gives me a error
/*ID and names of worlds*/
$config['worlds'][1] = "Molten dawn";
// Enable multiworld by uncommenting this
//$config['worlds'][0] = "Second World";
error:
A PHP Error was encountered
Severity: Notice
Message: Undefined offset:
0
Filename: views/create.php
Line Number: 117
Last edited: