Ayuto / EventScripts-Emulator

A Source.Python plugin that is able to run EventScripts addons.
16 stars 9 forks source link

Fix uncaught ValueError in event KeyValues #55 #56

Closed Xiazee closed 3 years ago

Xiazee commented 3 years ago

The latest update to Source.Python Source-Python-Dev-Team/Source.Python@3d1789de24c482dafb10dfb80da4db82efdb5b1d made KeyValues.load_from_file() raise an exception if the file is not found instead of returning NULL/None

Fixes #55

Ayuto commented 3 years ago

Thank you!

NosferatuJoe commented 3 years ago

Thanks a lot for the fix!