CODEBASE: Follow-up of infil refactor #2316 (#2393)

This commit is contained in:
catloversg
2025-11-23 14:08:15 +07:00
committed by GitHub
parent f3e9e3ddc8
commit 329fdc50fb
7 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ export function CompanyLocation(props: IProps): React.ReactElement {
return;
}
Player.startInfiltration(location);
Player.initInfiltration(location);
Router.toPage(Page.Infiltration);
}