mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +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