From 267de3c4de4a94028a9662000dbbe673b9855ad0 Mon Sep 17 00:00:00 2001 From: Dawid Bepierszcz <41084667+daffyyyy@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:54:54 +0100 Subject: [PATCH] 1.8b - Fixed gloves changing? --- VERSION | 2 +- WeaponPaints.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 41dc32fa..e5251fbb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8a \ No newline at end of file +1.8b \ No newline at end of file diff --git a/WeaponPaints.cs b/WeaponPaints.cs index a559cc5f..818c8e70 100644 --- a/WeaponPaints.cs +++ b/WeaponPaints.cs @@ -11,7 +11,7 @@ using System.Collections.Concurrent; namespace WeaponPaints; -[MinimumApiVersion(167)] +[MinimumApiVersion(168)] public partial class WeaponPaints : BasePlugin, IPluginConfig { internal static WeaponPaints Instance { get; private set; } = new(); @@ -158,7 +158,7 @@ public partial class WeaponPaints : BasePlugin, IPluginConfig "Nereziel & daffyy"; public override string ModuleDescription => "Skin, gloves and knife selector, standalone and web-based"; public override string ModuleName => "WeaponPaints"; - public override string ModuleVersion => "1.8a"; + public override string ModuleVersion => "1.8b"; public static WeaponPaintsConfig GetWeaponPaintsConfig() {