forked from 2009Scape/Server
Disabled logout timer
This commit is contained in:
parent
661aa22e41
commit
af47ae42c1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue