mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-21 17:17:06 +02:00
Invert condition
This commit is contained in:
parent
7dfdee2db8
commit
2315ea84ec
@ -140,7 +140,7 @@ public class CopyDataController extends LauncherSettingController<Void, Void>
|
||||
}
|
||||
}
|
||||
|
||||
if (fileAllowed)
|
||||
if (!fileAllowed)
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user