Skip to content
Snippets Groups Projects
Commit 7a750b50 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'mrc_fix_time_limit' into 'master'

Fix for js.time_limit stuck at 0

See merge request !325
parents 6eb7c9f4 696f4d28
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!325Fix for js.time_limit stuck at 0
......@@ -13,6 +13,7 @@ load('scrollbar.js');
load('inputline.js');
load(js.startup_dir + 'mrc-session.js');
js.on_exit("js.time_limit = " + js.time_limit);
js.time_limit=0;
var input_state = 'chat';
......@@ -377,7 +378,6 @@ function main() {
}
yield();
}
}
main();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment