fivem icon indicating copy to clipboard operation
fivem copied to clipboard

Fix null reference exception in model.cs

Open Keyinator opened this issue 2 years ago • 0 comments

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

Keyinator avatar Mar 02 '22 13:03 Keyinator