jlnunez89 / fibula-mmo

An open source server written in C# for the other-leg-bone-name game (which must not be named).
MIT License
28 stars 7 forks source link

Fix bottom floors map description bug. #36

Closed jlnunez89 closed 4 years ago

jlnunez89 commented 4 years ago

Problem: When a player would try to go to the deepest floor in the server, an index out of bounds exception would be thrown during sector load.

Solution: Prevented by restricting description of only existing sectors.