Closed Tarmunora closed 1 month ago
https://github.com/goonstation/api/blob/5c1296bf8f127c8d988dfd1bbadcec549032f2dc/app/Http/Controllers/Api/PlayerSavesController.php#L105
When at 15/15 cloud savefiles, storeFile() will throw a failure saying that you are at the savefile cap when attempting to update an existing savefile.
storeFile()
https://github.com/goonstation/api/blob/5c1296bf8f127c8d988dfd1bbadcec549032f2dc/app/Http/Controllers/Api/PlayerSavesController.php#L105
When at 15/15 cloud savefiles,
storeFile()
will throw a failure saying that you are at the savefile cap when attempting to update an existing savefile.