wt nachrichten angepasst

This commit is contained in:
Luke
2021-05-14 00:25:44 +02:00
parent df69c53a4c
commit c2cd6ebc7b
2 changed files with 5 additions and 14 deletions

View File

@@ -401,7 +401,7 @@ namespace ReallifeGamemode.Server.Events
logger.LogInformation("Player {0} put the weapon deal item \"{1}\" (amount: {2}) in weapon rack of faction {3}", player.Name, weapon.WeaponModel, item.Amount, user.FactionId);
weapon.Ammount += item.Amount;
ChatService.SendMessage(player, item.Amount + " " + iItem.Name + " wurden im Waffenlager hinzugefügt.");
ChatService.SendMessage(player, $"~y~[WT] ~s~Du hast eine ~y~Kiste abgeladen ~s~(Inhalt: {item.Amount}x {iItem.Name}).");
unloadedWeaponPackage = true;
context.Remove(item);
}