Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/MiNET/TestPlugin/Code4Fun/VideoCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class VideoCommand
private static readonly ILog Log = LogManager.GetLogger(typeof(VideoCommand));

/// <summary>
/// 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.
/// </summary>
[Command]
Expand Down Expand Up @@ -336,4 +336,4 @@ internal static McpeWrapper CreateMcpeBatch(byte[] bytes)
return batch;
}
}
}
}