!wp should also refresh music and agents

This commit is contained in:
rogeraabbccdd
2024-07-01 13:58:27 +08:00
parent d102ac371b
commit 67b35d9117

View File

@@ -38,6 +38,8 @@ namespace WeaponPaints
_ = Task.Run(async () => await weaponSync.GetPlayerData(playerInfo));
GivePlayerGloves(player);
GivePlayerAgent(player);
GivePlayerMusicKit(player);
RefreshWeapons(player);
}