GodotModding / godot-mod-loader

A general purpose mod loader for GDScript based Godot Games [3.x/4.x]
https://discord.godotmodding.com
Creative Commons Zero v1.0 Universal
365 stars 29 forks source link

fix: proper logging of empty Array() #431

Closed Qubus0 closed 3 days ago

Qubus0 commented 4 days ago

apparently the implicit conversion of an empty array created with Array() breaks (at least in g4.2) - explicitly converting it with str() fixes it though.