1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

forgot to change these back

This commit is contained in:
FabsTheFabs 2024-08-30 01:12:26 +01:00
parent 4f562e3d6c
commit 71da847158

View file

@ -238,7 +238,7 @@ class FreeplayState extends MusicBeatSubState
switch (currentCharacterId)
{
case 'bf':
backingCard = new NewCharacterCard(currentCharacter);
backingCard = new BoyfriendCard(currentCharacter);
case 'pico':
backingCard = new PicoCard(currentCharacter);
default: