Skip to content

Commit 731a943

Browse files
committed
Merge branch 'Archipelago' of https://github.com/Z11Coding/Mixtape-Engine-Rework into Archipelago
2 parents 5125be6 + c792c56 commit 731a943

File tree

3 files changed

+1242
-358
lines changed

3 files changed

+1242
-358
lines changed

source/yutautil/ImprovedFileHandling.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class ImprovedFileHandling {
6868
filter.desc = filter.desc != null ? filter.desc : '${filter.ext.toUpperCase()} File';
6969
}
7070
var filePath = saveFile(title, filter, preserve_cwd);
71-
if (filePath != null && filePath.trim() != "" && filter != null) {
71+
if (filePath != null && filePath.trim() != "") {
7272
var ext = "." + filter.ext;
7373
if (!filePath.endsWith(ext)) {
7474
if (filePath.endsWith(".")) {

0 commit comments

Comments
 (0)