- Minor changes
- New gloves applied only on spawn (probably new cs2 update issue)
This commit is contained in:
Dawid Bepierszcz
2024-05-25 15:30:47 +02:00
parent 29461e9de2
commit d90055ad89
9 changed files with 233 additions and 212 deletions

View File

@@ -91,7 +91,7 @@ namespace WeaponPaints
internal static void LoadSkinsFromFile(string filePath, ILogger logger)
{
string json = File.ReadAllText(filePath);
var json = File.ReadAllText(filePath);
try
{
var deserializedSkins = JsonConvert.DeserializeObject<List<JObject>>(json);