ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
209 stars 26 forks source link

Incorrect output values for enums #213

Closed TrueCP6 closed 3 years ago

TrueCP6 commented 3 years ago

Button.Interact becomes Button(Interact) while it should be Interact. This also happens with the colour enum.

Protowalker commented 3 years ago

Are you on live or PTR? the preview is for PTR, where this is proper behavior.

TrueCP6 commented 3 years ago

I was on live using the preview. It works correctly in the PTR.

Protowalker commented 3 years ago

Lol, happens to the best of us! Honestly at this scope I'd personally rather some false positives over false negatives when it comes to issue reports