Parse listing config as raw

dev
gravel 1 year ago
parent 8408a5d395
commit 2366385ae1
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -43,7 +43,7 @@
*/
function resolve_listings_config(): array {
global $LISTINGS_INI, $ROOMS_FILE;
$listings_raw = parse_ini_file($LISTINGS_INI, process_sections: true);
$listings_raw = parse_ini_file($LISTINGS_INI, process_sections: true, scanner_mode: INI_SCANNER_RAW);
$servers_raw = file_get_contents($ROOMS_FILE);
$server_data = json_decode($servers_raw, true);
$servers = CommunityServer::from_details_array($server_data);

Loading…
Cancel
Save