ItsDeltin / Overwatch-Script-To-Workshop

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

Decompiler adds a parameter to MinWait #316

Open Piano-VII opened 3 years ago

Piano-VII commented 3 years ago

MinWait waits for 0.016 seconds, the lowest allowed by the workshop. However, there is no parameter for the wait behavior. The decompilation created "MinWait(WaitBehavior.AbortWhenFalse);" but then gives an error.

Having looked into it a little further, I can see why it has no parameters. However, the decompiler shouldn't add a parameter to MinWait if that's the case