diff --git a/ReallifeGamemode.Server/WeaponDeal/WeaponDealManager.cs b/ReallifeGamemode.Server/WeaponDeal/WeaponDealManager.cs index 82d3f6bf..bb80d4d9 100644 --- a/ReallifeGamemode.Server/WeaponDeal/WeaponDealManager.cs +++ b/ReallifeGamemode.Server/WeaponDeal/WeaponDealManager.cs @@ -218,7 +218,8 @@ namespace ReallifeGamemode.Server.WeaponDeal InventoryManager.AddItemToVehicleInventory(fVeh, item6.ItemId, item6.Amount); } - client.SendChatMessage("~y~[WAFFENDEAL] ~w~Transporter erfolgreich beladen"); + ChatService.BroadcastFaction("~y~[WAFFENDEAL] ~w~Transporter erfolgreich beladen", new List() { client.GetUser().Faction.Id }); + client.SendChatMessage("~y~[WAFFENDEAL] ~w~Fahre nun zu deiner Base zurück"); } } }