From 4d0d81d5c8d620190a2fd8b8ccb6cc72132cd377 Mon Sep 17 00:00:00 2001 From: ORelio Date: Fri, 12 Feb 2021 20:23:03 +0100 Subject: [PATCH] Mark sendImmediately param as deperated ( #1465) --- MinecraftClient/ChatBot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MinecraftClient/ChatBot.cs b/MinecraftClient/ChatBot.cs index 7024c6c4..748481cb 100644 --- a/MinecraftClient/ChatBot.cs +++ b/MinecraftClient/ChatBot.cs @@ -356,7 +356,7 @@ namespace MinecraftClient /// Send text to the server. Can be anything such as chat messages or commands /// /// Text to send to the server - /// Whether the message should be sent immediately rather than being queued to avoid chat spam + /// Bypass send queue (Deprecated, still there for compatibility purposes but ignored) /// TRUE if successfully sent (Deprectated, always returns TRUE for compatibility purposes with existing scripts) protected bool SendText(string text, bool sendImmediately = false) {