From 2e9207cc52b75195c04d8a1b34c96e6b368dc6b6 Mon Sep 17 00:00:00 2001 From: moonjuice Date: Fri, 28 Jun 2024 09:20:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20pokemon=5Fcafe.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit save seatid --- pokemon_cafe.js | 1 + 1 file changed, 1 insertion(+) 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