mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Removed useless player monitor callback
This commit is contained in:
parent
ffe5b6d2d3
commit
baafd686d4
1 changed files with 0 additions and 3 deletions
|
|
@ -284,9 +284,6 @@ object PacketProcessor {
|
||||||
}
|
}
|
||||||
is Packet.TrackingMouseClick -> {
|
is Packet.TrackingMouseClick -> {
|
||||||
//TODO see above todo
|
//TODO see above todo
|
||||||
if (!pkt.player.monitor.isClientFocus) {
|
|
||||||
Discord.postPlayerAlert(pkt.player.username, "Mouseclick without window focus!")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue