Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
biud436 committed Apr 24, 2016
1 parent 06f0749 commit 8f3723f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RS_ItemStream.js
Expand Up @@ -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}};
}
Expand Down

0 comments on commit 8f3723f

Please sign in to comment.