mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 06:15:05 +02:00
Check Evaluate Construct results for more constructs
This commit is contained in:
parent
97c3a1dda4
commit
fe11d5fb35
@ -221,7 +221,8 @@ Namespace ScriptVersion2
|
||||
End If
|
||||
foundNOT = False
|
||||
|
||||
output &= resultValue.ToString()
|
||||
input = resultValue.ToString() & input
|
||||
|
||||
Else
|
||||
output &= input(0)
|
||||
input = input.Remove(0, 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user