Ignore:
Timestamp:
Jul 26, 2014, 6:38:49 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/TelnetCommands/SayToPlayer.cs

    r108 r111  
    5151                }
    5252
    53                 ClientInfo receiver = CommonMappingFunctions.GetClientInfoFromNameOrID (_params [0]);
     53                ClientInfo receiver = CommonMappingFunctions.GetClientInfoFromNameOrID (_params [0], true);
    5454                if (receiver != null) {
    5555                        SendMessage (receiver, _sender, message);
Note: See TracChangeset for help on using the changeset viewer.