Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/KC3Kai/kancolle-replay in…
Browse files Browse the repository at this point in the history
…to gh-pages
  • Loading branch information
fourinone41 committed Sep 4, 2024
2 parents bbaadb8 + 73f4623 commit ebac817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/simulator-ui/fleet-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ var UI_FLEETEDITOR = Vue.createApp({
},
oninputLoadCode: function() {
if (!this.loadCode) return;
if (!this.isPlayer) return;
if (!this.fleet.isPlayer) return;
let m = this.loadCode.match(/"t":\s*(\d),/);
if (m && [0,1,2,3].includes(+m[1])) {
this.loadCodeFleet = +m[1] == 0 ? 1 : 10 + +m[1];
Expand Down

0 comments on commit ebac817

Please sign in to comment.