Disabled logout timer

This commit is contained in:
randy 2024-10-27 20:22:13 -06:00
parent 661aa22e41
commit af47ae42c1

View file

@ -307,8 +307,8 @@ object PacketProcessor {
pkt.player.interfaceManager.switchWindowMode(pkt.windowMode)
}
is Packet.TrackingAfkTimeout -> {
if (pkt.player.details.rights != Rights.ADMINISTRATOR)
pkt.player.packetDispatch.sendLogout()
//if (pkt.player.details.rights != Rights.ADMINISTRATOR)
//pkt.player.packetDispatch.sendLogout()
}
is Packet.TrackingCameraPos -> {
//TODO Refactor the player monitor to be actually useful and log this