[F] export api and game api leaking lastClientId

This commit is contained in:
Clansty
2024-08-05 21:36:20 +08:00
parent 9ef0d0edfb
commit fc10c05731
9 changed files with 13 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ public class UserData implements Serializable, IUserData {
private int lastAllNetId;
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
private String lastClientId;
private int lastUsedDeckId;