Skip to content
Snippets Groups Projects
Commit 73791023 authored by deuce's avatar deuce
Browse files

Fix bbs.gettimeleft() -> bbs.get_time_left()

parent 10b65b06
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ var game=new RecordFile(game_dir+'game.dat', GameProperties); ...@@ -159,7 +159,7 @@ var game=new RecordFile(game_dir+'game.dat', GameProperties);
function tleft() function tleft()
{ {
bbs.gettimeleft(); bbs.get_time_left();
} }
function sysoplog() {} function sysoplog() {}
......
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