mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
Compare commits
No commits in common. "main" and "v408.3.1" have entirely different histories.
@ -3,7 +3,7 @@
|
||||
#include <llapi/HookAPI.h>
|
||||
|
||||
ItemStack* ItemActor::getItemStack() {
|
||||
return &dAccess<ItemStack>(this, ll::offset::ITEMACTORAPI_getItemStack); // IDA Player::take Line127
|
||||
return dAccess<ItemStack*>(this, ll::offset::ITEMACTORAPI_getItemStack); // IDA Player::take Line127
|
||||
}
|
||||
|
||||
int ItemActor::getDespawnTime() {
|
||||
|
Loading…
Reference in New Issue
Block a user