diff --git a/QSB/QSBCore.cs b/QSB/QSBCore.cs index 43bb288e..28b3af0f 100644 --- a/QSB/QSBCore.cs +++ b/QSB/QSBCore.cs @@ -67,17 +67,13 @@ namespace QSB public static bool IsServer => QNetworkServer.active; public static bool IsInMultiplayer => QNetworkManager.singleton.isNetworkActive; public static string QSBVersion => Helper.Manifest.Version; - public static GameObject GameObjectInstance => _thisInstance.gameObject; - private static QSBCore _thisInstance; private const float _debugLineSpacing = 11f; public void Awake() { Application.runInBackground = true; - _thisInstance = this; - var instance = TextTranslation.Get().GetValue("m_table"); instance.theUITable[(int)UITextType.PleaseUseController] = "Quantum Space Buddies is best experienced with friends...";