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

Merge branch 'phareous/sbbs-master'

parents 06f9ad84 3585c67e
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,7 @@ dk.user.expert_mode = (user.settings & USER_EXPERT) === USER_EXPERT;
dk.system.main_dir = system.node_dir;
dk.system.gen_dir = system.data_dir;
dk.system.sysop_name = system.operator;
dk.system.name = system.name;
// TODO: cfg->color array not available.
delete dk.system.default_attr;
......
// TODO: dk.system.name doesn't get populated...
load("dorkit.js");
load("lockfile.js");
var game_dir='.';
......
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