Beispiel #1
0
 public Room room() {
   if ((roomID.length() > 0) && ((roomCache == null) || (roomCache.amDestroyed()))) {
     roomCache = CMLib.map().getRoom(roomID);
     if (roomCache != null) fixExits(roomCache);
   }
   return roomCache;
 }