X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Froomops.c;h=099fabd9fb061693a06d6c21f73f58208b88dfa1;hb=938d37582253fe448b0c5cc21b6e9ce3faf85048;hp=cf0b370bb43db8734a57716ce67bb8afe66d917a;hpb=4d21dbb8f5715b561dfde34410dcc8b4473a0b27;p=citadel.git diff --git a/webcit/roomops.c b/webcit/roomops.c index cf0b370bb..099fabd9f 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -127,7 +127,7 @@ void dotgoto(void) { * goto next room */ void smart_goto(const StrBuf *next_room) { - if (gotoroom(next_room) == 2) + if (gotoroom(next_room) / 100 == 2) readloop(readnew, eUseDefault); else do_404();