Bugfix Game Crashes when Tracking a new Bounty after Completing a CP with a Hidden Waypoint
This commit is contained in:
parent
85125dd30e
commit
3791db6700
BIN
EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/StarterContent/Architecture/Floor_400x400.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset
(Stored with Git LFS)
BIN
EndlessVendetta/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset
(Stored with Git LFS)
Binary file not shown.
@ -73,7 +73,7 @@ public:
|
|||||||
// Destroys Waypoint Associated with this Checkpoint if one Exists
|
// Destroys Waypoint Associated with this Checkpoint if one Exists
|
||||||
void DestroyWaypoint()
|
void DestroyWaypoint()
|
||||||
{
|
{
|
||||||
if (WaypointActor) WaypointActor->Destroy();
|
if (IsValid(WaypointActor)) WaypointActor->Destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Used by Bounty Class to broadcast checkpoint tip for current checkpoint
|
// Used by Bounty Class to broadcast checkpoint tip for current checkpoint
|
||||||
|
Loading…
Reference in New Issue
Block a user