Skip to content

Commit 7f4692f

Browse files
committed
Updated version.
1 parent a3d843c commit 7f4692f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Deltinteger/Deltinteger/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Deltin.Deltinteger
1515
{
1616
public class Program
1717
{
18-
public const string VERSION = "v0.7.3";
18+
public const string VERSION = "v1.0 prerelease 1";
1919

2020
public static readonly string ExeFolder = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
2121

@@ -30,7 +30,7 @@ static void Main(string[] args)
3030
Program.args = args;
3131

3232
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("en-US");
33-
// Log.Write(LogLevel.Normal, "Overwatch Script To Workshop " + VERSION);
33+
if (!args.Contains("--langserver")) Log.Write(LogLevel.Normal, "Overwatch Script To Workshop " + VERSION);
3434

3535
Log.LogLevel = LogLevel.Normal;
3636
if (args.Contains("-verbose"))

0 commit comments

Comments
 (0)