mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Change location of Extra INI ROOT_FOLDER remap
This commit is contained in:
@@ -784,10 +784,6 @@ namespace SabreTools.Library.DatFiles
|
||||
string key = mapping.Key;
|
||||
List<string> machineNames = mapping.Value;
|
||||
|
||||
// If we have the root folder, assume boolean
|
||||
if (string.Equals(key, "ROOT_FOLDER"))
|
||||
key = "true";
|
||||
|
||||
// Loop through the machines and add the new mappings
|
||||
foreach (string machine in machineNames)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user