mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Made server connection info slightly less verbose
This commit is contained in:
parent
f61aa6068b
commit
815daccff1
@ -1,7 +1,7 @@
|
||||
#Autogenerated file. Do not modify.
|
||||
#Fri Apr 06 17:05:53 EDT 2018
|
||||
#Sun Apr 08 12:37:55 EDT 2018
|
||||
version=release
|
||||
androidBuildCode=503
|
||||
androidBuildCode=505
|
||||
name=Mindustry
|
||||
code=3.5
|
||||
build=37
|
||||
build=custom build
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user