diff --git a/RS_ItemStream.js b/RS_ItemStream.js index d0f9252b..050efe20 100644 --- a/RS_ItemStream.js +++ b/RS_ItemStream.js @@ -190,7 +190,7 @@ Imported.RS_ItemStream = true; // 세이브 파일 불러오기 Stream.loadGameWithoutRescue = function(savefileId) { try { - if(savefileId === Stream.RECEIVER && + if(savefileId === Stream.RECEIVER || savefileId === Stream.SENDER) { return {'header': "", "contents": {'party': $gameParty}}; }