162163164165166167168169170171172
} for (ZoneLogic z : env.getZones()) { if (z instanceof Room) { final Room room = (Room) z; room.updateDescription(); } } } //then executeCommand the super which notifies the event