Skip to content

Commit

Permalink
🚑 修正: Base64modeがONの際に魔物データなどが正常に保存されない
Browse files Browse the repository at this point in the history
  • Loading branch information
yutorize committed Jun 15, 2024
1 parent b4f7f0d commit 1162b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _core/lib/junction.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use utf8;
use Encode;

our $ver = "1.24.028";
our $ver = "1.24.100";

our %in;
for (param()){ $in{$_} = param($_); }
Expand Down
3 changes: 2 additions & 1 deletion _core/lib/save.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use open ":utf8";

our $LOGIN_ID = check;
changeFileByType($::in{type});

if($::in{base64mode}){
use MIME::Base64;
Expand All @@ -23,6 +22,8 @@
}
}

changeFileByType($::in{type});

our $mode_save = 1;

our $mode = $::in{mode};
Expand Down

0 comments on commit 1162b25

Please sign in to comment.