diff --git a/ReallifeGamemode.Server/Managers/BusinessManager.cs b/ReallifeGamemode.Server/Managers/BusinessManager.cs index 2796b30a..47b824a9 100644 --- a/ReallifeGamemode.Server/Managers/BusinessManager.cs +++ b/ReallifeGamemode.Server/Managers/BusinessManager.cs @@ -172,6 +172,9 @@ namespace ReallifeGamemode.Server.Managers { player.SendNotification("~r~Du hast nicht genug Geld: " + price.ToMoneyString()); return; + } else + { + player.SendChatMessage("~y~Du hast das Fahrzeug erfolgreich gekauft"); } newVeh = new UserVehicle @@ -197,6 +200,9 @@ namespace ReallifeGamemode.Server.Managers { player.SendNotification("~r~Die Fraktion hat nicht genug Geld: " + (price * 3).ToMoneyString()); return; + } else + { + player.SendChatMessage("~y~Deine Fraktion hat das Fahrzeug erfolgreich gekauft"); } newVeh = new FactionVehicle