Added Bounty Directors PC Landing Page Layout

This commit is contained in:
Rafal Swierczek 2023-10-12 12:01:18 +01:00
parent e29a753015
commit 82979e32e0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1667d1e4b109ae4cc17cb06726cce3314ff7f4528d0b6281d681a7f7c44abc87
size 15998
oid sha256:b5108f2d9e72c0c5935678a1fca2dda316472ca588e74e85fc321b9c7bf46933
size 73724

View File

@ -202,7 +202,7 @@ void ABountyDirector::Interact()
PlayerController->bEnableMouseOverEvents = true;
UPC_Display* PC_Display = Cast<UPC_Display>(PC_DisplayWidget);
bool GameOver = IsValid(ActiveBounty);
bool GameOver = !IsValid(ActiveBounty);
PC_Display->PC_Display_Info.IsGameOver = GameOver;
if (GameOver) return;