From 67b35d9117038931d2692cb3b567869a1bedce96 Mon Sep 17 00:00:00 2001 From: rogeraabbccdd Date: Mon, 1 Jul 2024 13:58:27 +0800 Subject: [PATCH] !wp should also refresh music and agents --- Commands.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Commands.cs b/Commands.cs index ddc2c6e9..d528a554 100644 --- a/Commands.cs +++ b/Commands.cs @@ -38,6 +38,8 @@ namespace WeaponPaints _ = Task.Run(async () => await weaponSync.GetPlayerData(playerInfo)); GivePlayerGloves(player); + GivePlayerAgent(player); + GivePlayerMusicKit(player); RefreshWeapons(player); }