Skip to content

Commit

Permalink
fix DXRando singleton reference, set to None in Pretravel
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Mar 31, 2024
1 parent 8adcf79 commit e1c5b05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DXRCore/DeusEx/Classes/DXRando.uc
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ function DXRInit()
RandoEnter();
}

simulated event PreTravel()
{
default.dxr = None;// clear the singleton reference
}

function CheckConfig()
{
local int i;
Expand Down

0 comments on commit e1c5b05

Please sign in to comment.