← Back to team overview

mudlet-makers team mailing list archive

[Bug 1124802] Re: Rooms are not properly removed on map load

 

https://github.com/Chris7/Mudlet2/commit/d462c003ae7e044bfd0fb7d92d8d49c4ecb72dff

** Changed in: mudlet
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1124802

Title:
  Rooms are not properly removed on map load

Status in Mudlet the MUD client:
  Fix Committed

Bug description:
  When you load a new map in, current rooms are not properly removed
  first. This leads to an issue where if a room was deleted in a new map
  and you load it, it will not get painted, but it will exist - and show
  up in searchRoom, and roomExists will say it still exists.

  For a short demo, import the "map with non-deleted room.dat" map, and
  then import the "map with deleted room.dat" map in that order. You'll
  see that room 4855 was deleted, however it still shows up in
  searchRooms (causing problems) and roomExists(4855) will say true for
  it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1124802/+subscriptions


Follow ups

References