lvgamedev / simairport-modding

4 stars 4 forks source link

Guard BaseMod functions with try/catch #76

Closed qcs2017 closed 4 years ago

qcs2017 commented 4 years ago

You should guard calls to BaseMod functions with try/catch to make the game less vulnerable to malfunctioning mods.

joscha999 commented 4 years ago

Implemented with next edge deploy