RequestHardWareInfo improvements.

This commit is contained in:
MobiusDev
2016-08-13 22:47:10 +00:00
parent 8253e4f0d8
commit 0bb4e57aad
6 changed files with 50 additions and 50 deletions

View File

@@ -51,7 +51,6 @@ public class AdminHwid implements IAdminCommandHandler
html.replace("%cpuName%", target.getClient().getHardwareInfo().getCpuName());
html.replace("%cpuSpeed%", target.getClient().getHardwareInfo().getCpuSpeed());
html.replace("%cpuCoreCount%", target.getClient().getHardwareInfo().getCpuCoreCount());
html.replace("%vgaVersion%", target.getClient().getHardwareInfo().getVgaVersion());
html.replace("%vgaName%", target.getClient().getHardwareInfo().getVgaName());
html.replace("%vgaDriverVersion%", target.getClient().getHardwareInfo().getVgaDriverVersion());
activeChar.sendPacket(html);