mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-21 00:39:53 +00:00
Update QSBCore.cs
This commit is contained in:
parent
57a808fa9e
commit
eba61beca1
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user