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

@@ -13,8 +13,8 @@ void AFortAthenaCreativePortal::TeleportPlayerToLinkedVolumeHook(UObject* Contex
AFortPlayerPawn* PlayerPawn = nullptr;
bool bUseSpawnTags;
Stack.Step(Stack.Object, &PlayerPawn);
Stack.Step(Stack.Object, &bUseSpawnTags);
Stack.StepCompiledIn(&PlayerPawn);
Stack.StepCompiledIn(&bUseSpawnTags);
LOG_INFO(LogDev, "PlayerPawn: {}", __int64(PlayerPawn));
@@ -45,8 +45,8 @@ void AFortAthenaCreativePortal::TeleportPlayerHook(UObject* Context, FFrame& Sta
AFortPlayerPawn* PlayerPawn = nullptr;
FRotator TeleportRotation;
Stack.Step(Stack.Object, &PlayerPawn);
Stack.Step(Stack.Object, &TeleportRotation);
Stack.StepCompiledIn(&PlayerPawn);
Stack.StepCompiledIn(&TeleportRotation);
LOG_INFO(LogDev, "PlayerPawn: {}", __int64(PlayerPawn));