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

Fix line clear in char... `r instead of `r

parent c31efdb1
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
// TODO: More optimal horizontal lightbars
// TODO: Save player after changes in case process crashes
// TODO: Detect disconnections better
// TODO: Clear flags after a timeout... stuck with battle bit and you're locked out.
js.yield_interval = 0;
js.load_path_list.unshift(js.exec_dir+"dorkit/");
......@@ -1951,7 +1952,7 @@ function chat(op)
sw(' ');
l = clean_str(dk.console.getstr({len:72, attr:new Attribute(31), input_box:true, crlf:false, timeout:idle_timeout * 1000}));
lastkey = time();
lw('`r0`2`r');
lw('`r0`2\r');
dk.console.cleareol();
switch (l.toUpperCase()) {
case 'X':
......
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