ProjectMoon / ringmud

RingMUD Java Mud Server and Engine
http://ringmud.thermetics.net/
GNU Lesser General Public License v3.0
21 stars 5 forks source link

"Arrive from" direction is backwards #12

Closed ProjectMoon closed 14 years ago

ProjectMoon commented 14 years ago

When a player arrives from a given direction, it is reporting the direction they traveled in (i.e. if they come in from the north, it will say they arrived from the south). It should say they arrived from the direction opposite of what they typed.

ProjectMoon commented 14 years ago

Fixed.