From 79ff2bb53f3efe3456d5c288a28a01eb09cc7e5a Mon Sep 17 00:00:00 2001 From: Mizan-Al-Sabbih Date: Sun, 4 Jun 2023 15:51:06 +0600 Subject: [PATCH] Forget the 'e' in VideoCommand.cs file. --- src/MiNET/TestPlugin/Code4Fun/VideoCommand.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MiNET/TestPlugin/Code4Fun/VideoCommand.cs b/src/MiNET/TestPlugin/Code4Fun/VideoCommand.cs index 336543002..20f9c977f 100644 --- a/src/MiNET/TestPlugin/Code4Fun/VideoCommand.cs +++ b/src/MiNET/TestPlugin/Code4Fun/VideoCommand.cs @@ -52,7 +52,7 @@ public class VideoCommand private static readonly ILog Log = LogManager.GetLogger(typeof(VideoCommand)); /// - /// This command will send each fram one time in a unique map. And then replace + /// This command will send each frame one time in a unique map. And then replace /// the maps in the frame on ticks. /// [Command] @@ -336,4 +336,4 @@ internal static McpeWrapper CreateMcpeBatch(byte[] bytes) return batch; } } -} \ No newline at end of file +}