Fix LBP2 recently played for story levels

This commit is contained in:
Slendy 2023-06-20 02:16:48 -05:00
parent 57981960b6
commit ab98da42c3
No known key found for this signature in database
GPG key ID: 7288D68361B91428
2 changed files with 3 additions and 1 deletions

View file

@ -73,7 +73,7 @@ public class SlotsController : ControllerBase
{
slots.Add(new GameDeveloperSlot
{
SlotId = slotId,
InternalSlotId = slotId,
});
continue;
}