Skip to content

Commit

Permalink
Skimmed Mission to fix bug #1.11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Heltrato committed Oct 9, 2017
1 parent 1a875ac commit 8863dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/mhfc/net/common/quests/Mission.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public QuestingPlayerState(EntityPlayerMP p, boolean vote, boolean restoreInvent
this.restoreInventory = restoreInventory;
this.vote = vote;
this.reward = reward;
// this bind should also consider player if it dies once ! ,
this.previousManager = MHFCExplorationRegistry.getExplorationManagerFor(p);
this.previousSaveData = this.previousManager.saveState();
this.playerState = PlayerState.IN_TOWN;
Expand Down

0 comments on commit 8863dd0

Please sign in to comment.