mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 22:52:29 +01:00
Merge pull request #3948 from phyzical/hotfix/3938
HOTFIX: Fix infil definitions.d.ts
This commit is contained in:
commit
383c48c02e
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -4281,7 +4281,7 @@ export interface InfiltrationReward {
|
||||
* @public
|
||||
*/
|
||||
export interface ILocation {
|
||||
city: CityName | null;
|
||||
city: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user