* in knrooms we flush the cached floorlist, since the user wants the _current_ pictur...
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 13 Mar 2011 19:23:53 +0000 (20:23 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 15:07:36 +0000 (15:07 +0000)
webcit/roomops.c

index 4c1a32d2f83b7a97cf357f0fa1c4ed832a21aebb..5c076b0c9c1a7e4969f0e95f7eda2c11f41cb4cf 100644 (file)
@@ -1131,6 +1131,7 @@ void netedit(void) {
  */
 void knrooms(void)
 {
+       DeleteHash(&WC->Rooms);
        output_headers(1, 1, 1, 0, 0, 0); 
        do_template("knrooms", NULL);
        wDumpContent(1);