File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -250,11 +250,11 @@ LL_TYPE_INSTANCE_HOOK(
250
250
BlockEvents::BlockPlayerInteractEvent& eventData
251
251
) {
252
252
IF_LISTENED (EVENT_TYPES::onUseFrameBlock) {
253
- Player& player = eventData.mUnk765a41 . as <Player&>() ;
253
+ Player& player = eventData.mPlayer ;
254
254
if (!CallEvent (
255
255
EVENT_TYPES::onUseFrameBlock,
256
256
PlayerClass::newPlayer (&player),
257
- BlockClass::newBlock (eventData.mUnkd82caf . as <BlockPos>() , player.getDimensionId ())
257
+ BlockClass::newBlock (eventData.mPos , player.getDimensionId ())
258
258
)) {
259
259
return ;
260
260
}
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
3
3
add_repositories (" levimc-repo https://github.com/LiteLDev/xmake-repo.git" )
4
4
5
5
if is_config (" target_type" , " server" ) then
6
- add_requires (" levilamina 603fdd9f8e5062fdfbe53ba375ac34da1038fa77 " , {configs = {target_type = " server" }})
6
+ add_requires (" levilamina 355f889d33b8debf91cdc62ae1d6ac278f3413a4 " , {configs = {target_type = " server" }})
7
7
else
8
- add_requires (" levilamina 603fdd9f8e5062fdfbe53ba375ac34da1038fa77 " , {configs = {target_type = " client" }})
8
+ add_requires (" levilamina 355f889d33b8debf91cdc62ae1d6ac278f3413a4 " , {configs = {target_type = " client" }})
9
9
end
10
10
11
11
add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments