Misunderstood-Wookiee/Mules-and-Warehouses-Extended

[Potential Bug]: XML parse errors in debuglog

vlczero opened this issue · 4 comments

The commit e2f0906 introduced some errors. From the debuglog:

[=ERROR=] 123376.38 extensions\Mules_and_Warehouses_Extended\aiscripts\station_mule.xml(422): Error while parsing expression: Operator expected
* Input: $targetIsResource and (not $targetIsProduct))
* Pos:                                               ^
[=ERROR=] 123376.38 extensions\Mules_and_Warehouses_Extended\aiscripts\station_mule.xml(423): Error while parsing expression: Operator expected
* Input: $(not targetIsResource) and ($targetIsProduct))
* Pos:    ^
[=ERROR=] 123376.38 extensions\Mules_and_Warehouses_Extended\aiscripts\station_mule.xml(425): Error while parsing expression: Operator expected
* Input: $targetIsWare and (not $targetIsResource) and (not $targetIsProduct))
* Pos:   

looks like double ))

Yea thought so, Still learning x4 modding and what counts as not loading the whole mod. Had that problem with a typo in my own mod I'm making. Looks like bhayden53 already fixed it in efc7cb0

Closing this then. Thanks for the mod!

I noticed this as well, I believe I fixed it in my local code but not sure if it made it into an actual pull request