mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
124 files changed.
This commit is contained in:
@@ -11,10 +11,12 @@ char UFortInventoryInterface::RemoveInventoryItemHook(__int64 a1, FGuid a2, int
|
||||
int SuperAdditionalOffset = Engine_Version >= 427 ? 16 : 8;
|
||||
auto ControllerObject = (UObject*)(__int64(a1) - (FortPlayerControllerSuperSize + SuperAdditionalOffset));
|
||||
|
||||
LOG_INFO(LogDev, "bForceRemoval: {}", (bool)bForceRemoval);
|
||||
// LOG_INFO(LogDev, "bForceRemoval: {}", (bool)bForceRemoval);
|
||||
// LOG_INFO(LogDev, "FortPlayerControllerSuperSize: {}", FortPlayerControllerSuperSize);
|
||||
// LOG_INFO(LogDev, "ControllerObject: {}", ControllerObject->GetFullName());
|
||||
|
||||
LOG_INFO(LogDev, __FUNCTION__);
|
||||
|
||||
if (!ControllerObject)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user