TRP message is sent only after installing

This commit is contained in:
Mughur 2022-09-14 15:49:50 +03:00
parent 2592c6ccd8
commit d16576f3a7

@ -69,7 +69,7 @@ function checkForMessagesToSend(): void {
const truthGazer = Messages[MessageFilenames.TruthGazer]; const truthGazer = Messages[MessageFilenames.TruthGazer];
const redpill = Messages[MessageFilenames.RedPill]; const redpill = Messages[MessageFilenames.RedPill];
if (Player.hasAugmentation(AugmentationNames.TheRedPill)) { if (Player.hasAugmentation(AugmentationNames.TheRedPill,true)) {
//Get the world daemon required hacking level //Get the world daemon required hacking level
const worldDaemon = GetServer(SpecialServers.WorldDaemon); const worldDaemon = GetServer(SpecialServers.WorldDaemon);
if (!(worldDaemon instanceof Server)) { if (!(worldDaemon instanceof Server)) {