mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 19:27:54 +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.
|
#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
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user