Skip to content
Snippets Groups Projects
Commit ae08cb9e authored by rswindell's avatar rswindell
Browse files

Fixed typo, it's 'bbs.timeleft', not 'timeleft'.

parent 7c8e18ac
Branches
Tags
No related merge requests found
...@@ -119,7 +119,7 @@ function get_message() ...@@ -119,7 +119,7 @@ function get_message()
/* Time left warning? */ /* Time left warning? */
if((bbs.timeleft/60)/(5-console.timeleft_warning) && (!user.compare_ars("SYSOP"))) if((bbs.timeleft/60)/(5-console.timeleft_warning) && (!user.compare_ars("SYSOP")))
rows+=MessageWindow.putmsg(1,MessageWindow.height,format(bbs.text(OnlyXminutesLeft),bbs.timeleft/60,(timeleft/60)?"s":""),MessageWindow_Attr,true); rows+=MessageWindow.putmsg(1,MessageWindow.height,format(bbs.text(OnlyXminutesLeft),bbs.timeleft/60,(bbs.timeleft/60)?"s":""),MessageWindow_Attr,true);
/* New day? */ /* New day? */
// if(!(system.status & SS_NEWDAY)) // if(!(system.status & SS_NEWDAY))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment