Skip to content

Commit

Permalink
Update ServerDbSqliteTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgencheg authored Sep 8, 2024
1 parent fa525ce commit bf98411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private static HumanoidCharacterProfile CharlieCharlieson()
traitPreferences: new List<string>(),
loadoutPreferences: new List<string>()
#if LPP_Sponsors
, new List<string>() // Lost Paradise Donate Preferences
, donatePreferences: new List<string>() // Lost Paradise Donate Preferences
#endif
);
}
Expand Down

0 comments on commit bf98411

Please sign in to comment.