fishinggggg + uh everything kinda broke last commit i fixed it all dw

This commit is contained in:
Milxnor
2023-03-23 21:51:48 -04:00
parent bdf3bd2bc0
commit 757f7b21d3
25 changed files with 669 additions and 107 deletions

View File

@@ -10,7 +10,7 @@ void AFortMinigame::ClearPlayerInventoryHook(UObject* Context, FFrame& Stack, vo
AFortPlayerControllerAthena* PlayerController = nullptr;
Stack.Step(Stack.Object, &PlayerController);
Stack.StepCompiledIn(&PlayerController);
if (!PlayerController)
return;