diff --git a/php/generate-listings.php b/php/generate-listings.php index 4e7db82d..b704a6ef 100644 --- a/php/generate-listings.php +++ b/php/generate-listings.php @@ -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);