Index: binary-improvements/AllocsCommands/Commands/Reply.cs
===================================================================
--- binary-improvements/AllocsCommands/Commands/Reply.cs	(revision 306)
+++ binary-improvements/AllocsCommands/Commands/Reply.cs	(revision 309)
@@ -35,9 +35,5 @@
 				Chat.SendMessage (receiver, _sender, message);
 			} else {
-				if (receiver != null) {
-					SdtdConsole.Instance.Output ("The sender of the PM you last received is currently not online.");
-				} else {
-					SdtdConsole.Instance.Output ("You have not received a PM so far.");
-				}
+				SdtdConsole.Instance.Output ("You have not received a PM so far or sender of last received PM is no longer online.");
 			}
 		}
