Index: binary-improvements/7dtd-server-fixes/src/TelnetCommands/SayToPlayer.cs
===================================================================
--- binary-improvements/7dtd-server-fixes/src/TelnetCommands/SayToPlayer.cs	(revision 108)
+++ binary-improvements/7dtd-server-fixes/src/TelnetCommands/SayToPlayer.cs	(revision 111)
@@ -51,5 +51,5 @@
 		}
 
-		ClientInfo receiver = CommonMappingFunctions.GetClientInfoFromNameOrID (_params [0]);
+		ClientInfo receiver = CommonMappingFunctions.GetClientInfoFromNameOrID (_params [0], true);
 		if (receiver != null) {
 			SendMessage (receiver, _sender, message);
