release the up2k flag when disabling it
This commit is contained in:
parent
5099bc365d
commit
360ed5c46c
@ -1851,6 +1851,9 @@ function up2k_init(subtle) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (!flag_en && flag) {
|
else if (!flag_en && flag) {
|
||||||
|
if (flag.ours)
|
||||||
|
flag.give();
|
||||||
|
|
||||||
flag.ch.close();
|
flag.ch.close();
|
||||||
flag = false;
|
flag = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user