diff --git a/pokemon_cafe.js b/pokemon_cafe.js index a65bc27..191ce01 100644 --- a/pokemon_cafe.js +++ b/pokemon_cafe.js @@ -118,5 +118,6 @@ function chooseSeat() { } } } + GM_setValue('seatId', seatId); return seatId; } \ No newline at end of file