Skip to content

Commit

Permalink
暂时先还原参数
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Oct 8, 2024
1 parent fe09e0d commit d352dda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/launchGame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ export class GameLauncher {
args.push('role_ids@' + options.multi.join('#'));
args.push('editor_map_path@' + projectUri.fsPath);
} else {
args.push('type@client');
args.push('subtype@local_battle');
args.push('path@' + projectUri.fsPath);
args.push('type@editor_game');
args.push('subtype@editor_game');
args.push('editor_map_path@' + projectUri.fsPath);
}
args.push('release@true');
args.push('lua_dummy@sp ce');
Expand Down

0 comments on commit d352dda

Please sign in to comment.