diff --git a/MCGalaxy/Player/Player.Login.cs b/MCGalaxy/Player/Player.Login.cs index 1d4bae37a..5b480c62d 100644 --- a/MCGalaxy/Player/Player.Login.cs +++ b/MCGalaxy/Player/Player.Login.cs @@ -98,8 +98,6 @@ namespace MCGalaxy { RemoveFromPending(); Server.s.PlayerListUpdate(); - //OpenClassic Client Check - SendBlockchange(0, 0, 0, 0); timeLogged = DateTime.Now; lastLogin = DateTime.Now; time = new TimeSpan(0, 0, 0, 1); diff --git a/MCGalaxy/Server/Updater.cs b/MCGalaxy/Server/Updater.cs index f803a1600..b6964782e 100644 --- a/MCGalaxy/Server/Updater.cs +++ b/MCGalaxy/Server/Updater.cs @@ -20,7 +20,6 @@ using System.Diagnostics; using System.IO; using System.Net; using System.Reflection; -using System.Threading; using System.Windows.Forms; using MCGalaxy;