Skip to content

Commit 1e0e295

Browse files
committed
Fixed NaN for users logging in to dDoc (closed #131)
1 parent b56880c commit 1e0e295

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

ddoc2.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,12 +476,13 @@ docIface = {
476476

477477
//load room settings
478478
try {
479-
if (userSettings.debug.file_io) {
479+
/*if (userSettings.debug.file_io) {
480480
console.putmsg(cyan + "Looking for room info file: " +
481481
roomData.fileIO.roomRecFilename + "\n"); //why no workee? 8o|
482-
}
482+
} //this should be "/sbbs/data/user/docrooms", but more than that
483+
//it should be working correctly from w/in proper references WTF
483484
484-
/*for each(var area in msg_area.grp_list[topebaseno].code) {
485+
for each(var area in msg_area.grp_list[topebaseno].code) {
485486
roomSettings[area] = roomData.fileIO.snagRoomInfoBlob(
486487
"/sbbs/data/user/docrooms",
487488
//roomData.fileIO.roomRecFilename,

0 commit comments

Comments
 (0)