diff --git a/ReallifeGamemode.Server/Managers/BusinessManager.cs b/ReallifeGamemode.Server/Managers/BusinessManager.cs index e55a250e..6507ea0b 100644 --- a/ReallifeGamemode.Server/Managers/BusinessManager.cs +++ b/ReallifeGamemode.Server/Managers/BusinessManager.cs @@ -196,6 +196,7 @@ namespace ReallifeGamemode.Server.Managers SecondaryColor = 111, Active = true, Price = price, + BusinessId = business.Id }; } else if (target == "Fraktion")