Workaround for long player authorization

This commit is contained in:
daffyyyy
2023-11-30 17:28:40 +01:00
parent 2772fb59b9
commit 3edcb5e52f
2 changed files with 56 additions and 16 deletions

View File

@@ -17,6 +17,8 @@ public partial class WeaponPaints : BasePlugin, IPluginConfig<WeaponPaintsConfig
internal static WeaponSynchronization? weaponSync;
private CounterStrikeSharp.API.Modules.Timers.Timer? g_hTimerCheckSkinsData = null;
/*
private Dictionary<int, Dictionary<int, int>> gPlayerWeaponPaints = new();
private Dictionary<int, Dictionary<int, int>> gPlayerWeaponSeed = new();