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

@ -1,7 +1,7 @@
#Autogenerated file. Do not modify. #Autogenerated file. Do not modify.
#Fri Apr 06 17:05:53 EDT 2018 #Sun Apr 08 12:37:55 EDT 2018
version=release version=release
androidBuildCode=503 androidBuildCode=505
name=Mindustry name=Mindustry
code=3.5 code=3.5
build=37 build=custom build

View File

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