Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
chore: update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jun 11, 2023
1 parent 8b9a362 commit f58538f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LiteLoader/src/liteloader/BuiltinBugFix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ TInstanceHook(ExtendedStreamReadResult,
return ExtendedStreamReadResult{StreamReadResult::Valid, ""};
}

// 修复玩家向未加载区块扔物品导致服务器崩溃
// Fix item disappear caused by players throwing items at unloaded chunks
#include <llapi/mc/InventoryTransactionPacket.hpp>
#include <llapi/mc/ServerNetworkHandler.hpp>

Expand Down
16 changes: 6 additions & 10 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# Release 2.13.1
# Release 2.14.0

![BDS 1.19.81.01](https://img.shields.io/badge/BDS-1.19.81.01-blue?style=for-the-badge) ![Protocol 582](https://img.shields.io/badge/Protocol-582-orange?style=for-the-badge)
![BDS 1.20.0.01](https://img.shields.io/badge/BDS-1.20.0.01-blue?style=for-the-badge) ![Protocol 582](https://img.shields.io/badge/Protocol-582-orange?style=for-the-badge)

# Notice
## Added

This version has fixed two destructive BDS vulnerabilities, please update as quickly as possible
- Support 2.14.0 (by @dreamguxiang @OEOTYAN)

[//]: # (## Added)
## Changed

- refactor: remove LevelChunkPacket hook because its vulnerability has been fixed
[//]: # (## Changed)

## Fixed

- fix: add hook to fix PlayerListPacket's memory leak vulnerability
- fix: add hook to fix SubClient exploit
- Fix item disappear caused by players throwing items at unloaded chunks (by @timiya)

0 comments on commit f58538f

Please sign in to comment.