target software identification
This commit is contained in:
@@ -31,6 +31,7 @@ public enum KeyCloneAudit {
|
|||||||
if (g == null) {
|
if (g == null) {
|
||||||
//pc.getClientConnection().forceDisconnect();
|
//pc.getClientConnection().forceDisconnect();
|
||||||
try {
|
try {
|
||||||
|
Logger.error("TARGET SOFTWARE DETECTED ON ACCOUNT: " + pc.getAccount().getUname());
|
||||||
DbManager.AccountQueries.SET_TRASH(pc.getClientConnection().machineID);
|
DbManager.AccountQueries.SET_TRASH(pc.getClientConnection().machineID);
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
|
|
||||||
@@ -39,6 +40,7 @@ public enum KeyCloneAudit {
|
|||||||
for (PlayerCharacter member : g.members) {
|
for (PlayerCharacter member : g.members) {
|
||||||
//member.getClientConnection().forceDisconnect();
|
//member.getClientConnection().forceDisconnect();
|
||||||
try {
|
try {
|
||||||
|
Logger.error("TARGET SOFTWARE DETECTED ON ACCOUNT: " + member.getAccount().getUname());
|
||||||
DbManager.AccountQueries.SET_TRASH(member.getClientConnection().machineID);
|
DbManager.AccountQueries.SET_TRASH(member.getClientConnection().machineID);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user