timofey260 / RWE-Plus

Better version of official rain world editor
MIT License
27 stars 8 forks source link

Fix TypeError issue on line 411, lingotojson.py #64

Closed FateUnix29 closed 3 weeks ago

FateUnix29 commented 3 weeks ago

str + path is invalid, instead use str + str (running str() on the path)