We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4f1808 + f4c3ed5 commit 10363a5Copy full SHA for 10363a5
1 file changed
ddoc2.js
@@ -298,6 +298,8 @@ docIface = {
298
jump : function() {
299
var uChoice, ouah;
300
301
+ console.putmsg(red + "Entered right code\n");
302
+
303
if (userSettings.debug.navigation) {
304
console.putmsg(green + "Entered jump()\n");
305
}
@@ -330,7 +332,7 @@ docIface = {
330
332
} catch (e) {
331
333
if (e.number == 1) {
334
console.putmsg(red + "No list returned\n");
- } else if (e.number == 2) {
335
+ } else {
336
console.putmsg(red + high_intensity + "Room not found");
337
338
0 commit comments