Ignore:
Timestamp:
Aug 9, 2017, 7:43:07 PM (7 years ago)
Author:
alloc
Message:

Fixes 14_16_21

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/AllocsCommands/Commands/Reply.cs

    r251 r309  
    3535                                Chat.SendMessage (receiver, _sender, message);
    3636                        } 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.");
    4238                        }
    4339                }
Note: See TracChangeset for help on using the changeset viewer.