bdfinlayson / textula

Text-based adventure game engine played in the terminal and written in Ruby.
MIT License
3 stars 0 forks source link

database fails with multiple games #13

Closed bdfinlayson closed 9 years ago

bdfinlayson commented 9 years ago

when it has multiple games in a database, a new game id is not saved to the rooms game id (game id in rooms is 0)

similarly, a new player fails to instantiate

everything else seems to be okay

bdfinlayson commented 9 years ago

Fixed!!