mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Porting.
This commit is contained in:
parent
bc1107e5cb
commit
41f51337b0
@ -55,7 +55,7 @@ abstract class PacketHandler {
|
||||
// Avoid AFK kicks by marking players as non-idle when they send packets.
|
||||
// This will usually be stuff like typing while in screen GUIs.
|
||||
player match {
|
||||
case mp: EntityPlayerMP => mp.func_143004_u()
|
||||
case mp: EntityPlayerMP => mp.markPlayerActive()
|
||||
case _ => // Uh... OK?
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user