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

Don't set js.terminated mmmkay?

parent 646107d2
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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.
Finish editing this message first!
Please register or to comment