Skip to content

Commit

Permalink
fix clearing DXRando singleton on Destroyed not just on PreTravel, si…
Browse files Browse the repository at this point in the history
…mulated function for multiplayer

PreTravel happens when traveling, but a new game is not a travel just a destroy
  • Loading branch information
Die4Ever committed Apr 1, 2024
1 parent 95035da commit dfc9c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DXRCore/DeusEx/Classes/DXRando.uc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ simulated event PreTravel()
SetTimer(0, false);
}

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

0 comments on commit dfc9c90

Please sign in to comment.