Very interesting. I ran into the same exact problem just now. I'll try the command artch suggested and edit.
Edit: Results
storage.db['users'].find({username: 'Rajanti'}); [ { steam: { id: '76561198004263916' }, cpu: 100, cpuAvailable: 10000, registeredDate: '2017-10-04T19:50:45.259Z', credits: 0, gcl: 5057495, _id: 'c6348f0bf0b7031', meta: { revision: 1116172, created: 1507146645260, version: 0, updated: 1507431718744 }, '$loki': 7, active: 10000, username: 'Rajanti', usernameLower: 'rajanti', badge: { type: 8, color1: '#ebadd4', color2: '#0d1a26', color3: '#0d1a26', param: -28, flip: true }, lastUsedCpu: 14, lastUsedDirtyTime: 77, rooms: [ 'W8N3', 'W8N2' ], lastNotifyDate: 1507431655069 } ]
These are the 2 rooms I'm trying to claim now. I claimed W8N2 yesterday and let it decay to level 0.
{ room: 'W8N2', type: 'controller', x: 36, y: 26, level: 0, _id: '7f3b077240eef72', meta: { revision: 2620, created: 1477476557838, version: 0, updated: 1507431740570 }, '$loki': 44, user: null, progress: 0, downgradeTime: null, reservation: { user: 'c6348f0bf0b7031', endTime: 538240 }, upgradeBlocked: null, safeMode: null, safeModeCooldown: 486720, safeModeAvailable: 0 },
{ room: 'W7N3', type: 'controller', x: 36, y: 18, level: 0, _id: 'a2db077296e87b8', meta: { revision: 2585, created: 1477476559214, version: 0, updated: 1507431763595 }, '$loki': 66, reservation: { user: 'c6348f0bf0b7031', endTime: 538211 } },
Notice how the first command result shows that I control room W8N2. What's going on here?