mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Invert condition
This commit is contained in:
@@ -140,7 +140,7 @@ public class CopyDataController extends LauncherSettingController<Void, Void>
|
||||
}
|
||||
}
|
||||
|
||||
if (fileAllowed)
|
||||
if (!fileAllowed)
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user