Skip to content
Snippets Groups Projects
Commit 696f4d28 authored by Nigel Reed's avatar Nigel Reed Committed by Rob Swindell
Browse files

Fix for js.time_limit stuck at 0

parent 6eb7c9f4
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.
Finish editing this message first!
Please register or to comment