Open markediez opened 8 years ago
On rooms with multiple doors, the destination pin will always be set on the first door element found by $("#Rooms #<roomID>")
$("#Rooms #<roomID>")
R1100 is the only room I've tested this with. In this case, the tradeoff is that the second door is now taken into consideration when path finding.
On rooms with multiple doors, the destination pin will always be set on the first door element found by
$("#Rooms #<roomID>")
R1100 is the only room I've tested this with. In this case, the tradeoff is that the second door is now taken into consideration when path finding.