wt nachrichten angepasst

This commit is contained in:
Luke
2021-05-14 00:25:44 +02:00
parent 8dc5ad48bb
commit e243ffcb73
2 changed files with 6 additions and 23 deletions

View File

@@ -393,7 +393,7 @@ namespace ReallifeGamemode.Server.Events
}
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);
}