remove splash screen localization

This commit is contained in:
Mister_Nebula 2022-06-08 21:57:16 +01:00
parent 06d7118c0b
commit 4f06530958
3 changed files with 3 additions and 3 deletions

View File

@ -36,6 +36,5 @@ public class Translation
public string PlayerWasKicked;
public string KickedFromServer;
public string RespawnPlayer;
public string SplashScreenText;
public Dictionary<DeathType, string[]> DeathMessages;
}

View File

@ -74,7 +74,9 @@ public class QSBCore : ModBehaviour
public void Awake()
{
EpicRerouter.ModSide.Interop.Go();
UIHelper.ReplaceUI(UITextType.PleaseUseController, QSBLocalisation.Current.SplashScreenText);
UIHelper.ReplaceUI(UITextType.PleaseUseController,
"<color=orange>Quantum Space Buddies</color> is best experienced with friends...");
}
public void Start()

View File

@ -30,7 +30,6 @@
"PlayerWasKicked": "{0} was kicked.",
"KickedFromServer": "Kicked from server. Reason : {0}",
"RespawnPlayer": "Respawn Player",
"SplashScreenText": "<color=orange>Quantum Space Buddies</color> is best experienced with friends...",
"DeathMessages": {
"Default": [
"{0} died",