mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Only use description as name for software lists
This commit is contained in:
@@ -2451,7 +2451,7 @@ namespace SabreTools.Helper
|
||||
// For Logiqx, SabreDAT, and Software List
|
||||
case "description":
|
||||
gamedesc = subreader.ReadElementContentAsString();
|
||||
if (!softlist)
|
||||
if (!softlist && temptype == "software")
|
||||
{
|
||||
tempname = gamedesc.Replace('/', '_').Replace("\"", "''");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user