mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile, FileTools] Move GetXmlTextReader to a better location
This commit is contained in:
@@ -33,7 +33,7 @@ namespace SabreTools
|
||||
Dictionary<string, Tuple<long, bool>> depots = new Dictionary<string, Tuple<long, bool>>();
|
||||
|
||||
// Get the XML text reader for the configuration file, if possible
|
||||
XmlTextReader xtr = DatFile.GetXmlTextReader(_config, _logger);
|
||||
XmlTextReader xtr = FileTools.GetXmlTextReader(_config, _logger);
|
||||
|
||||
// Now parse the XML file for settings
|
||||
if (xtr != null)
|
||||
|
||||
Reference in New Issue
Block a user