sheat-git / mk8dx.py

3 stars 1 forks source link

you forget about CONSOLE.Tour in BPPC Constant #8

Closed pondsan1412 closed 9 months ago

pondsan1412 commented 9 months ago

you forget to add Console.TOUR in BPPC Constant that's why it return "Piranha Plant Cove" instead of "Tour Piranha Plant Cove" because I have try on function "full_name" like

track = "bppc" result = Track.from_nick(track).full_name and result is "Piranha Plant Cove" instead of "Tour Piranha Plant Cove"

thanks for reading the issue because it does make error on my programs because it return wrong full_name here is fixed for BPPC Constant forget