From f7e74c76c2600bf2cb32e4019a2ee50829660ee7 Mon Sep 17 00:00:00 2001 From: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com> Date: Sat, 8 May 2021 21:10:26 +0800 Subject: [PATCH] Revert change in commit aeba54 --- MinecraftClient/ChatBot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MinecraftClient/ChatBot.cs b/MinecraftClient/ChatBot.cs index 565f2395..e32c9458 100644 --- a/MinecraftClient/ChatBot.cs +++ b/MinecraftClient/ChatBot.cs @@ -61,7 +61,7 @@ namespace MinecraftClient /// /// method can be overridden by child class so need an extra update method /// - public sealed void UpdateInternal() + public void UpdateInternal() { lock (delayTasksLock) {