diff --git a/UnturnedSL/Program.cs b/UnturnedSL/Program.cs index 7db0353..70bbfec 100644 --- a/UnturnedSL/Program.cs +++ b/UnturnedSL/Program.cs @@ -12,7 +12,7 @@ namespace UnturnedSL { static void Main(string[] args) { - string lauversion = "rewrite 1.0"; + string lauversion = "1.1 rewrite"; string title = "USL by casKd running on version " + lauversion; Console.Title = title; Console.SetWindowSize(100,20); diff --git a/UnturnedSL/UnturnedSL.csproj b/UnturnedSL/UnturnedSL.csproj index f73e04d..38b7826 100644 --- a/UnturnedSL/UnturnedSL.csproj +++ b/UnturnedSL/UnturnedSL.csproj @@ -59,6 +59,9 @@ true + + logo.ico + @@ -86,5 +89,8 @@ false + + + \ No newline at end of file diff --git a/UnturnedSL/logo.ico b/UnturnedSL/logo.ico new file mode 100644 index 0000000..3134342 Binary files /dev/null and b/UnturnedSL/logo.ico differ