Possible Memory-viewer Bug
- 
					
					
					
					
 I recently (<1 hour) respawned. My memory watch shows that the Game.rooms field is undefined. I can inspect it and interact with it through the console, so it's just a visual bug. For clarity: in the memory watch "add new path here" bar, I've typed "rooms", and it shows up as undefined. I tried "Game.rooms" and, as expected, it shows up as incorrect memory path. 
 
- 
					
					
					
					
 May be you deleted your rooms memory object. Beware "Game.rooms" and "Memory.rooms" are two different thing. "Memory.rooms["yourRoomName"]" is more like "Game.rooms["yourRoomName"].memory" Try to execute this in your console: Game.rooms["yourRoomName"].memory.test = "test" It should make your room reappear in the memory viewer. 
 
- 
					
					
					
					
 Yes, you are correct. Thank you!