From 938d37582253fe448b0c5cc21b6e9ce3faf85048 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 30 Jun 2014 21:58:12 +0200 Subject: [PATCH] fix goto stuff --- webcit/roomops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.30.2