From 40a3ee68dd7ca1ba0121a81abb0441a01f288543 Mon Sep 17 00:00:00 2001 From: ItzxDwi <107537435+ItzxDwi@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:35:32 +0800 Subject: [PATCH] fix typo in changelog (#6745) --- changelogs/5.30.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/5.30.md b/changelogs/5.30.md index 3ecfd285e7..cc2ecbc1fe 100644 --- a/changelogs/5.30.md +++ b/changelogs/5.30.md @@ -67,7 +67,7 @@ Consider using the `mcpe-protocol` directive in `plugin.yml` as a constraint if Released 23rd June 2025. ## Fixes -- Fixed accidental break of backwards compatability in `EntityExplodeEvent` introduced in the previous release. +- Fixed accidental break of backwards compatibility in `EntityExplodeEvent` introduced in the previous release. - Fixed placement of player holding block when exploding respawn anchor. - Updated BedrockProtocol to fix incorrect encoding of `ServerScriptDebugDrawerPacket`. - Disabled client-side locator bar, allowing plugins to write their own implementations.