Remove stats button from pause menu on custom mode
This commit is contained in:
@@ -731,11 +731,6 @@ public class CustomGamePlayer : MonoBehaviour
|
||||
|
||||
internal void DisablePause()
|
||||
{
|
||||
if (CustomGamePlayerPauseMenu.Instance.statsMenu.activeSelf)
|
||||
{
|
||||
CustomGamePlayerPauseMenu.Instance.statsMenuExitButton.onClick.Invoke();
|
||||
return;
|
||||
}
|
||||
if (CustomGamePlayerPauseMenu.Instance.editingUI == true)
|
||||
{
|
||||
CustomGamePlayerPauseMenu.Instance.ToggleEditingUI();
|
||||
|
||||
Reference in New Issue
Block a user