Skip to content
Snippets Groups Projects
Commit 46658d0f authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Don't set js.terminated mmmkay?

parent 17c86854
Branches
Tags
No related merge requests found
......@@ -477,7 +477,6 @@ var dk = {
dk.connection.active = false;
if (dk.connection.inactive_time === undefined)
dk.connection.inactive_time = system.timer;
js.terminated = true;
},
Private_connection_check:function() {
......@@ -492,13 +491,11 @@ var dk = {
}
else if (js.terminated) {
dk.connection.inactive_time = system.timer;
js.terminate = true;
mswait(1);
return true;
}
else if (dk.connection.active === false) {
dk.connection.inactive_time = system.timer;
js.terminate = true;
mswait(1);
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment