Add support for 2 additional session slots

oauth2
Flashfyre 2024-04-24 01:49:24 -04:00
parent ae03daae1c
commit 7b9a866570
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package defs package defs
const SessionSlotCount = 3 const SessionSlotCount = 5
type SystemSaveData struct { type SystemSaveData struct {
TrainerId int `json:"trainerId"` TrainerId int `json:"trainerId"`