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