From 8219e6dcec187be47567cee4c7b052dd946dcc61 Mon Sep 17 00:00:00 2001 From: Samuele Lorefice Date: Wed, 14 Dec 2016 13:49:00 +0100 Subject: [PATCH] Quick fix to the compile error --- Jun/Jun.csproj | 1 - Jun/Settings.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Jun/Jun.csproj b/Jun/Jun.csproj index 04e8678..c00a3dc 100644 --- a/Jun/Jun.csproj +++ b/Jun/Jun.csproj @@ -58,7 +58,6 @@ - diff --git a/Jun/Settings.cs b/Jun/Settings.cs index 7206816..92ee3a0 100644 --- a/Jun/Settings.cs +++ b/Jun/Settings.cs @@ -19,7 +19,7 @@ public class Settings //Constructor public Settings(string tok, long ownID){ token = tok; - ownID = ownerID; + ownID = MasterID; } } }