mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 14:22:06 +02:00
Update ScriptGatekeeper.cpp
This commit is contained in:
parent
3dc11637ed
commit
1f4cb7b9d6
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ void ScriptGatekeeper::initialize() {
|
|||
|
||||
if (settingsSafeValues.isEmpty() && !preloadedVal.isEmpty() && isFirstRun.get()) {
|
||||
// We assume that the whitelist should be enabled if a preloaded whitelist is attached, so we activate it if it's not already active.
|
||||
qDebug() << "hi" << !whitelistEnabled.get() << whitelistEnabled.get();
|
||||
if (!whitelistEnabled.get()) {
|
||||
whitelistEnabled.set(true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue