Revert changes

This commit is contained in:
EntenKoeniq
2021-12-27 01:26:36 +01:00
parent ae0663cdd4
commit 69cca124ff
6 changed files with 5 additions and 141 deletions

View File

@ -114,7 +114,7 @@ namespace CoopClient.Entities
if (vehicleModel == null)
{
//GTA.UI.Notification.Show($"~r~(Vehicle)Model ({CurrentVehicleModelHash}) cannot be loaded!");
ModelNotFound = 2;
Character.IsVisible = false;
return;
}