From 75e753183704121b2766c2a65e91508fadd7334c Mon Sep 17 00:00:00 2001 From: ambergon Date: Tue, 3 Jan 2023 23:50:44 +0900 Subject: [PATCH] [fix] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit セーブデータの管理を修正 --- System_yaya/yaya_plugin2.dic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/System_yaya/yaya_plugin2.dic b/System_yaya/yaya_plugin2.dic index 7c7fde3..b3f39f9 100644 --- a/System_yaya/yaya_plugin2.dic +++ b/System_yaya/yaya_plugin2.dic @@ -34,7 +34,7 @@ ver. date noted //------------------------------------------------------------------------------ load { //RESTOREVAR() - RESTOREVAR("../SSP-CeVIO-Talker.cfg") + RESTOREVAR() REQ.COMMAND = "LOAD" REQ.PROTOCOL = "AYA/5.0" var.req.key = (IARRAY, "Path") @@ -142,7 +142,7 @@ unload { PLUGINFW.ClearReferenceVariable PLUGINFW.ClearValueexVariable - SAVEVAR("../SSP-CeVIO-Talker.cfg") + SAVEVAR() //SAVEVAR() }