remove pointless setting of block(0, 0, 0) to 0 when spawning first time

This commit is contained in:
UnknownShadow200 2017-02-03 07:46:50 +11:00
parent 38fb7fcd31
commit 6fca2f1b3a
2 changed files with 0 additions and 3 deletions

View File

@ -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);

View File

@ -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;