scionaltera / emergentmud

EmergentMUD is a free, text based "Multi-User Domain" that you play in your browser.
https://emergentmud.com
GNU Affero General Public License v3.0
5 stars 1 forks source link

Going to negative coordinates throws ArrayIndexOutOfBoundsExceptions #69

Closed scionaltera closed 6 years ago

scionaltera commented 6 years ago

The code that fetches description sentences has a bug where it doesn't use the absolute value of (x + y + z) so it tries to use a negative index into the list.