mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +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