- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
4fun
client = player.getClient(); if (client.isDetached()) { continue; } else { ip = client.getConnection().getSocket().getInetAddress().getHostAddress(); if (ipMap.get(ip) == null) ipMap.put(ip, new ArrayList<L2PcInstance>()); ipMap.get(ip).add(player); if (ipMap.get(ip).size() >= multibox) { Integer count = dualboxIPs.get(ip); if (count == null) dualboxIPs.put(ip, 0); else dualboxIPs.put(ip, count+1); } } } List<String> keys = new ArrayList<String>(dualboxIPs.keySet()); Collections.sort(keys, new Comparator<String>(){ public int compare(String left, String right){ return dualboxIPs.get(left).compareTo(dualboxIPs.get(right)); } }); Collections.reverse(keys); final StringBuilder results = new StringBuilder(); for (String dualboxIP : keys) { StringUtil.append(results, "<a action=\"bypass -h admin_find_ip " + dualboxIP + "\">" + dualboxIP + " (" + dualboxIPs.get(dualboxIP) + "</a><br1>"); }error in =
se auto "isDetached"
error in =
se auto ".getSocket"
error in =
StringUtil.append(results, "<a action=\"bypass -h admin_find_ip " + dualboxIP + "\">" + dualboxIP + " (" + dualboxIPs.get(dualboxIP) + "</a><br1>");se auto "StringUtil."
error in =
se auto "values"
Kamia voh8eia?
To fixara locked pls
1 answer to this question
Recommended Posts