mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
Placing block while AFK makes you un-AFK.
This commit is contained in:
parent
94f50a4aaf
commit
3ba1b796e5
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user