left over code from old infil implementation

hotfix/3938

File List:
src/ScriptEditor/NetscriptDefinitions.d.ts
This commit is contained in:
phyzical 2022-08-01 16:09:47 +08:00
parent 39cf0cb57f
commit f441d390e1
No known key found for this signature in database
GPG Key ID: 91E97494BCA22BCF

@ -4281,7 +4281,7 @@ export interface InfiltrationReward {
* @public
*/
export interface ILocation {
city: CityName | null;
city: string;
name: string;
}