1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-21 17:17:06 +02:00

Invert condition

This commit is contained in:
Ivan Savenko 2023-10-23 22:18:21 +03:00 committed by GitHub
parent 7dfdee2db8
commit 2315ea84ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ public class CopyDataController extends LauncherSettingController<Void, Void>
}
}
if (fileAllowed)
if (!fileAllowed)
continue;
}