Fix GH Issue #632: 'Create Program' link visibility should now be properly dynamically evaluated

This commit is contained in:
danielyxie
2019-07-01 21:15:11 -07:00
committed by danielyxie
parent b2772bbfc1
commit 571ddb109a
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@ export interface IPlayer {
corporation: any;
currentServer: string;
factions: string[];
firstProgramAvailable: boolean;
firstTimeTraveled: boolean;
hacknetNodes: (HacknetNode | string)[]; // HacknetNode object or IP of Hacknet Server
has4SData: boolean;