dmlary / morrow

Ruby ECS-based MUD server
MIT License
4 stars 1 forks source link

Correct ordering of on_enter/on_exit hooks with movement commands/look #31

Closed dmlary closed 4 years ago

dmlary commented 4 years ago

When moving into a room with on enter scripts, the scripts execute before the look output for the room is sent. Fix this, and likely for on exit too.