File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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(
250250 BlockEvents::BlockPlayerInteractEvent& eventData
251251) {
252252 IF_LISTENED (EVENT_TYPES::onUseFrameBlock) {
253- Player& player = eventData.mUnk765a41 . as <Player&>() ;
253+ Player& player = eventData.mPlayer ;
254254 if (!CallEvent (
255255 EVENT_TYPES::onUseFrameBlock,
256256 PlayerClass::newPlayer (&player),
257- BlockClass::newBlock (eventData.mUnkd82caf . as <BlockPos>() , player.getDimensionId ())
257+ BlockClass::newBlock (eventData.mPos , player.getDimensionId ())
258258 )) {
259259 return ;
260260 }
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33add_repositories (" levimc-repo https://github.com/LiteLDev/xmake-repo.git" )
44
55if is_config (" target_type" , " server" ) then
6- add_requires (" levilamina 603fdd9f8e5062fdfbe53ba375ac34da1038fa77 " , {configs = {target_type = " server" }})
6+ add_requires (" levilamina 355f889d33b8debf91cdc62ae1d6ac278f3413a4 " , {configs = {target_type = " server" }})
77else
8- add_requires (" levilamina 603fdd9f8e5062fdfbe53ba375ac34da1038fa77 " , {configs = {target_type = " client" }})
8+ add_requires (" levilamina 355f889d33b8debf91cdc62ae1d6ac278f3413a4 " , {configs = {target_type = " client" }})
99end
1010
1111add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments