From 10ec7b55d0fb4b2fbe641ca03742785ec9e63dea Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 11 Dec 2021 23:20:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=93=B1=EC=9A=A9=20=EC=88=98=EB=9D=BD?= =?UTF-8?q?=EC=9D=B4=20=EB=B6=88=EA=B0=80=EB=8A=A5=ED=95=9C=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_msg_decide_opt.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hwe/j_msg_decide_opt.php b/hwe/j_msg_decide_opt.php index 01ba9fe9..4d50e674 100644 --- a/hwe/j_msg_decide_opt.php +++ b/hwe/j_msg_decide_opt.php @@ -47,6 +47,8 @@ if($msg === null){ ]); } $reason = 'success'; +$gameStor = KVStorage::getStorage($db, 'game_env'); +$gameStor->cacheAll(); if($msgResponse){ $result = $msg->agreeMessage($general['no'], $reason); }