mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Utilities] Fix outputting incorrect param
This commit is contained in:
@@ -740,7 +740,7 @@ namespace SabreTools.Library.Tools
|
|||||||
case "logiqx":
|
case "logiqx":
|
||||||
return DatFormat.Logiqx;
|
return DatFormat.Logiqx;
|
||||||
default:
|
default:
|
||||||
return DatFormat.Logiqx; // TODO: Placeholder until DatFormat.None
|
return 0x0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user