Made server connection info slightly less verbose

This commit is contained in:
Anuken
2018-04-08 12:38:22 -04:00
parent f61aa6068b
commit 815daccff1
2 changed files with 3 additions and 5 deletions

View File

@@ -88,8 +88,6 @@ public class NetServer extends Module{
trace.modclient = true;
}
Log.info("Sending data to player '{0}' / {1}", packet.name, id);
Player player = new Player();
player.isAdmin = admins.isAdmin(uuid, ip);
player.clientid = id;