From 3ef26444d9d4cdd3342d0b1f0b35b635c4773bb9 Mon Sep 17 00:00:00 2001 From: Bitl Date: Wed, 10 Nov 2021 11:10:10 -0700 Subject: [PATCH] dammit --- Novetus/NovetusCore/StorageAndFunctions/GlobalFuncs.cs | 2 +- scripts/launcher/splashes.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Novetus/NovetusCore/StorageAndFunctions/GlobalFuncs.cs b/Novetus/NovetusCore/StorageAndFunctions/GlobalFuncs.cs index 3cacba0..487e2ea 100644 --- a/Novetus/NovetusCore/StorageAndFunctions/GlobalFuncs.cs +++ b/Novetus/NovetusCore/StorageAndFunctions/GlobalFuncs.cs @@ -72,7 +72,7 @@ public class GlobalFuncs .Replace("%build%", Assembly.GetExecutingAssembly().GetName().Version.Build.ToString()) .Replace("%revision%", Assembly.GetExecutingAssembly().GetName().Version.Revision.ToString()) .Replace("%extended-revision%", (!extendedversionrevision.Equals("-1") ? extendedversionrevision : "")) - .Replace("%lite%", (!extendedversionrevision.Equals("False") ? " (Lite)" : "")); + .Replace("%lite%", (!isLite.Equals("False") ? " (Lite)" : "")); } bool changelogedit = Convert.ToBoolean(extendedversioneditchangelog); diff --git a/scripts/launcher/splashes.txt b/scripts/launcher/splashes.txt index 432484a..764689c 100644 --- a/scripts/launcher/splashes.txt +++ b/scripts/launcher/splashes.txt @@ -170,4 +170,5 @@ Crave sanity? I'll make you vegetables.|From Death Grips' Steroids EP. Not a metaverse! [stylish]We both know that there are a thousand ways I could destroy you right now.|And 941 of them hurt. IT WAS 99 CENTS! -PRETTY PRETTY NINE!|DEATH GRIPS IS ONLINE! \ No newline at end of file +PRETTY PRETTY NINE!|DEATH GRIPS IS ONLINE! +I AM GONNA TAKE YOUR COAT|SAY THANKS \ No newline at end of file