Skip to content

Commit

Permalink
fix guid for single player after reconfiguring challenges data
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltester committed Mar 3, 2024
1 parent 5d11ae3 commit 2757870
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public Challengers(EntityRelModel erModel){
public void configureForChallenges(Collection<CHALLENGE> definedChallenges){
this.definedChallenges = definedChallenges;
SINGLE_PLAYER = new ChallengerAuthData(definedChallenges);
SINGLE_PLAYER.setXChallengerGUID(SINGLE_PLAYER_GUID);
DEFAULT_PLAYER_DATA = new ChallengerAuthData(definedChallenges);
}
public void setMultiPlayerMode(){
Expand Down

0 comments on commit 2757870

Please sign in to comment.