Update character/sp2.js

This commit is contained in:
Spmario233 2024-04-30 16:10:59 +08:00 committed by GitHub
parent f9060a4131
commit c3272b3585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -6724,7 +6724,6 @@ game.import("character", function () {
event.goto(5); event.goto(5);
} else { } else {
targets.splice(0, 2); targets.splice(0, 2);
event.targets = targets;
} }
"step 4"; "step 4";
var target = targets.shift(); var target = targets.shift();