Skip to content

Commit

Permalink
Revert "Clean up"
Browse files Browse the repository at this point in the history
This reverts commit 4dbf69a.
  • Loading branch information
Stupple committed Feb 27, 2021
1 parent 4dbf69a commit af924bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emerald/Assets/Scripts/GameManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void ShowReviveMessage()
{
GameScene.MessageBox.Show("You have died, Do you want to revive in town?", okbutton: true , cancelbutton: true);
GameScene.MessageBox.OK += () => Network.Enqueue(new C.TownRevive());
GameScene.MessageBox.Cancel += () => gameObject.SetActive(false);
GameScene.MessageBox.Cancel += () => GameScene.MessageBox.gameObject.SetActive(false);
}

public void LogOutSuccess(S.LogOutSuccess p)
Expand Down

0 comments on commit af924bb

Please sign in to comment.