diff --git a/MCGalaxy/Player/Player.Handlers.cs b/MCGalaxy/Player/Player.Handlers.cs index 68aed3740..47d0d9d4c 100644 --- a/MCGalaxy/Player/Player.Handlers.cs +++ b/MCGalaxy/Player/Player.Handlers.cs @@ -279,6 +279,9 @@ namespace MCGalaxy { Leave(msg, msg, true); return; } + LastAction = DateTime.UtcNow; + if (IsAfk) CmdAfk.ToggleAfk(this, ""); + ExtBlock held = ExtBlock.FromRaw(buffer[offset + 8]); RawHeldBlock = held;