Final touches to the xp shop, added privacy-policy.md

This commit is contained in:
Kwoth
2022-07-26 08:35:43 +02:00
parent 516bc1e484
commit 3e15e50667
3 changed files with 14 additions and 2 deletions

View File

@@ -1355,7 +1355,8 @@ public class XpService : INService, IReadyExecutor, IExecNoCommand
UserId = userId,
IsUsing = false,
ItemKey = key,
ItemType = type
ItemType = type,
DateAdded = DateTime.UtcNow,
});
return BuyResult.Success;