fixed error

This commit is contained in:
hydrant
2019-05-26 17:42:06 +02:00
parent b25cee9a28
commit e616e6af1f

View File

@@ -33,7 +33,7 @@ namespace ReallifeGamemode.Server.Services
public static void SendMessage(Client player, string message)
{
if (player == null) return;
ChatService.SendMessage(player, message);
player.SendChatMessage(message);
}
/// <summary>