MoreOutput / RockMUD

Node Websocket MUD Server. Demo: https://rockmud.herokuapp.com/
MIT License
157 stars 43 forks source link

Monsters wandering into other areas (That do not connect) #114

Closed UnbanTwin closed 8 years ago

MoreOutput commented 8 years ago

as stated over gitter; bug was in your command -- you want to work with the room objects and be sure to remove/add the players with removePlayer/removeMob and then pushing into the target rooms mob/playersInRoom array.