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

Don't enable ctrl-keys for background threads.

Synchronet goes boom.
parent 54d78bc9
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -12,10 +12,6 @@ load("dorkit.js"); ...@@ -12,10 +12,6 @@ load("dorkit.js");
if (dk.user.full_name == 'Local User') if (dk.user.full_name == 'Local User')
dk.user.full_name = 'SYSOP'; dk.user.full_name = 'SYSOP';
dk.console.auto_pause = false; dk.console.auto_pause = false;
if (js.global.console !== undefined) {
console.ctrlkey_passthru = dk_old_ctrlkey_passthru;
console.ctrlkey_passthru = '+[UOPTKZ';
}
require("l2lib.js", 'Player_Def'); require("l2lib.js", 'Player_Def');
abortontime = true; abortontime = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment