Fix ShopVehicles, Upodate /goto

This commit is contained in:
VegaZ
2018-10-15 19:03:45 +02:00
parent a7a9de7162
commit 93f4077cb8
2 changed files with 14 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ namespace reallife_gamemode.Server.Entities
public int Id { get; set; }
[ForeignKey("Shop")]
public int ShopId { get; set; }
public int? ShopId { get; set; }
public Shop Shop { get; set; }
public VehicleHash Model { get; set; }