diff --git a/DXRNonVanilla/DeusEx/Classes/DXRComputerScreenEmail.uc b/DXRNonVanilla/DeusEx/Classes/DXRComputerScreenEmail.uc index ab7abc2bd..517bc6589 100644 --- a/DXRNonVanilla/DeusEx/Classes/DXRComputerScreenEmail.uc +++ b/DXRNonVanilla/DeusEx/Classes/DXRComputerScreenEmail.uc @@ -7,7 +7,7 @@ function ProcessDeusExText(Name textName, optional TextWindow winText) { local DXREvents e; - addNote = False; + addNote = True; foreach player.AllActors(class'DXREvents', e) { e.ReadText(textName); @@ -63,6 +63,8 @@ function TryAddingNote(string text) local DeusExNote note; local DeusExRootWindow rootWindow; + if(Len(text)==0) return; + rootWindow = DeusExRootWindow(player.rootWindow); mapname = GetMapNameStripped(); diff --git a/DXRVanilla/DeusEx/Classes/ComputerUIWindow.uc b/DXRVanilla/DeusEx/Classes/ComputerUIWindow.uc index 4190a5ebd..f8d98f162 100644 --- a/DXRVanilla/DeusEx/Classes/ComputerUIWindow.uc +++ b/DXRVanilla/DeusEx/Classes/ComputerUIWindow.uc @@ -9,7 +9,7 @@ function ProcessDeusExText(Name textName, optional TextWindow winText) local DXREvents e; local int i; - addNote = False; + addNote = True; for(i=0; i