mirror of
https://github.com/clubby789/OWClock.git
synced 2025-12-11 20:15:31 +01:00
parent
09aa90f625
commit
ff2fee854b
@ -5,6 +5,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
namespace Clock
|
||||
{
|
||||
@ -59,7 +60,8 @@ namespace Clock
|
||||
{
|
||||
return;
|
||||
}
|
||||
if (GUIMode.IsHiddenMode() || PlayerState.UsingShipComputer())
|
||||
|
||||
if (GUIMode.IsHiddenMode() || PlayerState.UsingShipComputer() || LoadManager.GetCurrentScene() != OWScene.SolarSystem)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user