add missing dragunov to the live radar weapons

color code process names in chat context
This commit is contained in:
RaidMax 2019-08-04 21:25:56 -05:00
parent 08d250156c
commit d11a5f862b
3 changed files with 4 additions and 3 deletions

View File

@ -81,6 +81,7 @@
weapons["wa2000"] = "wa2000";
weapons["m21"] = "m14ebr";
weapons["cheytac"] = "cheytac";
weapons["dragunov"] = "hud_dragunovsvd";
weapons["beretta"] = "m9beretta";
weapons["usp"] = "usp_45";

View File

@ -8,7 +8,9 @@
<div class="bg-dark p-3 mb-2 border-bottom">
@foreach (var message in Model)
{
<span class="text-white">@message.Name</span>
<span class="text-white">
<color-code value="@message.Name" allow="ViewBag.EnableColorCodes"></color-code>
</span>
<span>
&mdash;
<span class="@(message.IsQuickMessage ? "font-italic" : "")">

View File

@ -20,8 +20,6 @@
if (interval < 1)
interval = 1;
//let primaryColor = $('.nav-tabs .nav-link.active').first().css('background-color')
return new CanvasJS.Chart(id, {
backgroundColor: 'transparent',
height: height,