rithik-b / PlaylistManager

Playlist loading and organization mod for Beat Saber.
GNU General Public License v3.0
101 stars 25 forks source link

Harmony Patch for IPlaylistSong unwrap #5

Closed rithik-b closed 3 years ago

rithik-b commented 3 years ago

Issue reported by Dakari, using event to get PreviewBeatmapLevel does not return the original PreviewBeatmapLevel but IPlaylistSong. Since it is necessary for this mod to use it, need to make a HarmonyPatch to unwrap the PreviewBeatmapLevel inside so other mods can use it normally. Need to do this before BeatMods upload.