With the release of OutFox Alpha 4.14.1HF, a new argument was added to LoadActorForNoteskin that allows assigning of the Player to the noteskin loader, which can be useful for noteskins that require this setting, as the default value is Player_Invalid, and that can crash some noteskins if not taken care from there (The Starlight noteskins actually perform this kind of thing as well, use Player for the receptors, but no checking if the player is not valid).
This basically fixes that by using the argument to always give the Master PlayerNumber so it has some player to generate from.
With the release of OutFox Alpha 4.14.1HF, a new argument was added to LoadActorForNoteskin that allows assigning of the Player to the noteskin loader, which can be useful for noteskins that require this setting, as the default value is Player_Invalid, and that can crash some noteskins if not taken care from there (The Starlight noteskins actually perform this kind of thing as well, use Player for the receptors, but no checking if the player is not valid).
This basically fixes that by using the argument to always give the Master PlayerNumber so it has some player to generate from.