You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occurs because scripts automatically decompile with an unnecessary return at the end and I wanted to ignore that return to match bytecode. Thus, it can be fixed at AssemblyWriter.cs#1019, but maintaining 1:1 compilation will require removing the unnecessary return generation. Not that that's a high priority.
Describe the bug
a return at the end of an if statement with other code in it removes the return when compiled
Reproducing steps
Setup Details
The text was updated successfully, but these errors were encountered: