CaptainKeqing / ped

0 stars 0 forks source link

DeleteOrder error message for invalid index references Person #9

Open CaptainKeqing opened 5 months ago

CaptainKeqing commented 5 months ago

Problem

When trying to use deleteOrder with an invalid index (index > list indexes), the following error message is seen. This references Person when it is actually an order.

image.png

Recommended Fix

This is an easy bug to fix, just change the error message to use order instead of person.