Many fixes to admin/trace/UUID system

This commit is contained in:
Anuken
2018-06-13 17:52:31 -04:00
parent c077f6e1e8
commit d0302cdbf3
14 changed files with 155 additions and 91 deletions

View File

@@ -439,7 +439,7 @@ public class ServerControl extends Module {
}
if(target != null){
netServer.admins.adminPlayer(target.uuid, Net.getConnection(target.clientid).address);
netServer.admins.adminPlayer(target.uuid, target.usid);
info("Admin-ed player by ID: {0} / {1}", target.uuid, arg[0]);
}else{
info("Nobody with that name could be found.");