- Hotfix for musickit (probably not 100% valid)
- Hotfix for website
This commit is contained in:
Dawid Bepierszcz
2024-10-19 22:05:27 +02:00
parent eba4ba08d2
commit 59b63646c9
35 changed files with 39 additions and 1269 deletions

View File

@@ -482,6 +482,8 @@ namespace WeaponPaints
Utilities.SetStateChanged(player, "CCSPlayerController", "m_pInventoryServices");
player.MusicKitID = musicId;
Utilities.SetStateChanged(player, "CCSPlayerController", "m_iMusicKitID");
player.MusicKitMVPs = musicId;
Utilities.SetStateChanged(player, "CCSPlayerController", "m_iMusicKitMVPs");
}
private static void GivePlayerPin(CCSPlayerController player)