Skip to content

Commit

Permalink
Fix Mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
AdvancedHacker101 committed Aug 4, 2018
1 parent b30b7f9 commit 64bdcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TutClient/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public enum MouseEventFlags
private static ProcessData ipcProcess;
private static string getScreens; //get screens count
public static int ScreenNumber = 0;
public static bool IsLinuxServer = true;
public static bool IsLinuxServer = false;
public static SslStream _sslClient;

/// <summary>
Expand Down

0 comments on commit 64bdcda

Please sign in to comment.