Update QSBCore.cs

This commit is contained in:
Mister_Nebula 2020-12-20 12:48:21 +00:00
parent 57a808fa9e
commit eba61beca1

View File

@ -35,7 +35,6 @@ namespace QSB
{
public class QSBCore : ModBehaviour
{
public static IModBehaviour ModBehaviour { get; private set; }
public static IModHelper Helper { get; private set; }
public static string DefaultServerIP { get; private set; }
public static int Port { get; private set; }
@ -52,8 +51,6 @@ namespace QSB
var instance = TextTranslation.Get().GetValue<TextTranslation.TranslationTable>("m_table");
instance.theUITable[(int)UITextType.PleaseUseController] =
"<color=orange>Quantum Space Buddies</color> is best experienced with friends...";
ModBehaviour = this;
}
public void Start()