diff --git a/WeaponPaints.cs b/WeaponPaints.cs index 5b2eda63..24bb735c 100644 --- a/WeaponPaints.cs +++ b/WeaponPaints.cs @@ -282,6 +282,8 @@ public class WeaponPaints : BasePlugin, IPluginConfig { commandCooldown[playerIndex] = DateTime.UtcNow; Task.Run(async () => await GetWeaponPaintsFromDatabase(playerIndex)); + if (Config.Additional.KnifeEnabled) + Task.Run(async () => await GetKnifeFromDatabase(playerIndex)); if (!string.IsNullOrEmpty(Config.Messages.SuccessRefreshCommand)) { temp = $"{Config.Prefix} {Config.Messages.SuccessRefreshCommand}"; player.PrintToChat(ReplaceTags(temp));