Changeset 309 for binary-improvements/AllocsCommands/Commands/Reply.cs
- Timestamp:
- Aug 9, 2017, 7:43:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/AllocsCommands/Commands/Reply.cs
r251 r309 35 35 Chat.SendMessage (receiver, _sender, message); 36 36 } else { 37 if (receiver != null) { 38 SdtdConsole.Instance.Output ("The sender of the PM you last received is currently not online."); 39 } else { 40 SdtdConsole.Instance.Output ("You have not received a PM so far."); 41 } 37 SdtdConsole.Instance.Output ("You have not received a PM so far or sender of last received PM is no longer online."); 42 38 } 43 39 }
Note:
See TracChangeset
for help on using the changeset viewer.