RanvierMUD / core

Core engine code for Ranvier
https://ranviermud.com
MIT License
45 stars 40 forks source link

Comment on Room Exits not correct #63

Open markscho opened 5 years ago

markscho commented 5 years ago

https://github.com/RanvierMUD/core/blob/4f424943d8f0ff3c77b51981cfced2265b0b8547/src/Room.js#L12

It's not "id: number". It should be "roomId: string"

azigler commented 4 years ago

I've addressed this in #121.