Skip to content

Commit

Permalink
Stop deleting extended data from other plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauceke committed Nov 10, 2023
1 parent 29d4e2c commit 534a23b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions KK_SexFaces/SexFacesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ protected override void OnCardBeingSaved(GameMode currentGameMode)
{
return;
}
var data = new PluginData();
data.version = 1;
var data = GetExtendedData();
foreach (var entry in sexFaces)
{
data.data[GetSexFaceId(entry)] = entry.Face.Serialize();
Expand Down

0 comments on commit 534a23b

Please sign in to comment.