mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
Retain spacing on convert
This commit is contained in:
parent
b4a234b1c0
commit
db0b4045a2
@ -689,6 +689,7 @@ sub do_install_config_json {
|
||||
$config->{"server"}{"database"}{"db"} = $db_name;
|
||||
|
||||
$json->canonical(1);
|
||||
$json->indent_length(5);
|
||||
|
||||
open(my $fh, '>', 'eqemu_config.json');
|
||||
print $fh $json->pretty->utf8->encode($config);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user