#3909 

I can't compile electron right now, but I think this ought to fix it.
This commit is contained in:
faangbait 2022-07-15 10:20:30 -05:00 committed by GitHub
parent e58456cd6b
commit 3b59f07f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ export function NetscriptInfiltration(player: IPlayer): InternalAPI<IInfiltratio
};
return {
getPossibleLocations: () => (): string[] => {
return getLocationsWithInfiltrations.map((l) => l + "");
return getLocationsWithInfiltrations.map((l) => l.name);
},
getInfiltration:
(ctx: NetscriptContext) =>