Fix ShopVehicles, Upodate /goto
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user