fivem
fivem copied to clipboard
Fix null reference exception in model.cs
A bug was causing null reference exception if null was == (or !=) compared to another model. The issue has been fixed by firstly checking if the left side is null, and if so performing a null check on the right side.
This is a pr related to: #1312