更新 pokemon_cafe.js

save seatid
This commit is contained in:
2024-06-28 09:20:47 +00:00
parent 7b5f3cf739
commit 2e9207cc52

View File

@@ -118,5 +118,6 @@ function chooseSeat() {
} }
} }
} }
GM_setValue('seatId', seatId);
return seatId; return seatId;
} }