Skip to content

Commit 489f633

Browse files
committed
fix: fix missing include
1 parent 51e4341 commit 489f633

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/legacy/api/PlayerAPI.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "api/PlayerAPI.h"
22

3-
#include "EventAPI.h"
43
#include "api/APIHelp.h"
54
#include "api/BaseAPI.h"
65
#include "api/BlockAPI.h"
@@ -17,6 +16,8 @@
1716
#include "engine/GlobalShareData.h"
1817
#include "ll/api/chrono/GameChrono.h"
1918
#include "ll/api/coro/CoroTask.h"
19+
#include "ll/api/event/player/PlayerChatEvent.h"
20+
#include "ll/api/event/EventBus.h"
2021
#include "ll/api/form/ModalForm.h"
2122
#include "ll/api/service/Bedrock.h"
2223
#include "ll/api/service/GamingStatus.h"

0 commit comments

Comments
 (0)