forked from 2009Scape/Server
changed setHardcoreDeath as false to represent the change to a boolean variable
removed comment about unnecessary line as I think it is now necessary
This commit is contained in:
parent
8c486b976c
commit
5cdbab2117
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ public class TutorialCompletionDialogue extends DialoguePlugin {
|
|||
case 3:
|
||||
npc("You have chosen the " + (buttonId == 1 ? "Standard" : (buttonId == 2 ? "<col=8A0808>Hardcore</col>" : "<col=ECEBEB>Ultimate</col>")) + " Ironman mode.");
|
||||
player.setAttribute("ironMode", IronmanMode.values()[buttonId]);
|
||||
player.getSavedData().getActivityData().setHardcoreDeath(0); //might not be necessary?
|
||||
player.getSavedData().getActivityData().setHardcoreDeath(false);
|
||||
stage = 516;
|
||||
break;
|
||||
case 4:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue