mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-13 12:51:59 -08:00
Made server connection info slightly less verbose
This commit is contained in:
parent
f61aa6068b
commit
815daccff1
2 changed files with 3 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue