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

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamguxiang committed May 1, 2022
1 parent c8339b9 commit 96e30f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## [LiteLoader Release Note]
This is a bug fix update.Please update as soon as possible
This version mainly fixes two serious BDS bugs.

## [New features]
- Update 1.18.31
- Add MobSpawnEvent,#379
- Better CrashLogger(More detailed and intuitive)

## [Bug Fixes]
- Fix SimulatedPlayer getRealName
- Fix PlayerSetArmorEvent, #368
- Fix PlayerDestroyEvnet Bug, #217
- Fix data.toJson float error,#384
- Fix FishingHook ChangeDIM crash(MC BUG)
- Fix the lag caused by the overflow of MaxPlayer(BDS BUG)

## [Change]
- Remove preload of BDSNetRunner because it has been archived
3 changes: 3 additions & 0 deletions LiteLoader/Main/BuiltinUnlockCmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ TClasslessInstanceHook(bool, "?isExpansionAllowed@CommandSelectorBase@@AEBA_NAEB
CommandOrigin* a2)
{
if (LL::globalConfig.enableUnlockCmd)
{
original(this, a2);
return true;
}
return original(this, a2);
}

Expand Down
11 changes: 4 additions & 7 deletions MBCHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
[HEADING=1][LiteLoader Release Note][/HEADING]
这是一个修复BUG的版本,并且更新了1.18.31头文件
这是一个修复MC与BDS本体漏洞的版本

[HEADING=1][新内容][/HEADING]
[LIST]
[*]适配1.18.31
[*]新添MobSpawnEven事件[URL='https://github.com/LiteLDev/LiteLoaderBDS/issues/379']#379[/URL]
[*]全新的CrashLogger系统(更加直观的输出)
[/LIST]
[HEADING=1][BUG修复][/HEADING]
[LIST]
[*]修复SimulatedPlayer::getRealName()的错误
[*]修复PlayerSetArmorEvent, [URL='https://github.com/LiteLDev/LiteLoaderBDS/issues/368']#368[/URL]
[*]修复PlayerDestroyEvnet的某些情况下多次触发的Bug, [URL='https://github.com/LiteLDev/LiteLoaderBDS/issues/217']#217[/URL]
[*] Fix data.toJson精度错误的bug, [URL='https://github.com/LiteLDev/LiteLoaderBDS/issues/384']#384[/URL]
[*]修复钓鱼竿潜在的崩溃BUG
[*]修复最大人数溢出导致的服务器假死
[/LIST]

0 comments on commit 96e30f4

Please sign in to comment.