Skip to content

Commit 4bdc848

Browse files
committed
fix(adapter): 升级适配 Endstone 0.10.4 版本并修复错误
- 适配 Endstone 0.10.4 版本 - 修复部分情况下出现的崩服错误 - 更新版本号至 0.1.1
1 parent 0e4727b commit 4bdc848

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# HuHoBot-EndStone-Adapter v0.1.0
1+
# HuHoBot-EndStone-Adapter v0.1.1
22

33
update(lib):
4-
- 适配Endstone 0.10.0
5-
- 将 C++ 标准从 17 升级到20
4+
- 适配Endstone 0.10.4
5+
- 修复部分情况下出现的崩服错误

include/huhobot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "endstone/scheduler/scheduler.h"
99
#include "endstone/event/player/player_chat_event.h"
1010

11-
#define HUHOBOT_VERSION "0.1.0"
11+
#define HUHOBOT_VERSION "0.1.1"
1212

1313
using std::string;
1414
using endstone::Player;

0 commit comments

Comments
 (0)