Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix getEnderChestContainer offset
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqch committed Oct 1, 2021
1 parent 7c9c9bd commit 6bc8906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mc/Actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Container* Player::getArmorContainer() {
//获取末影箱

Container* Player::getEnderChestContainer() {
return FETCH(Container*, this + 4360);//IDA ReplaceItemCommand::execute 1086
return FETCH(Container*, this + 4440);//IDA ReplaceItemCommand::execute 1086
}

//设置一个装备
Expand Down

0 comments on commit 6bc8906

Please sign in to comment.