mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
Formatted the code and removed logs from Auto Attack
This commit is contained in:
parent
a4ff7ae438
commit
c6ca3dc13d
117 changed files with 602 additions and 585 deletions
|
|
@ -317,7 +317,7 @@ namespace MinecraftClient.Commands
|
|||
bool shouldInteractAt = entity.Type == EntityType.ArmorStand ||
|
||||
entity.Type == EntityType.ChestMinecart ||
|
||||
entity.Type == EntityType.ChestBoat;
|
||||
|
||||
|
||||
handler.InteractEntity(entity.ID, shouldInteractAt ? InteractType.InteractAt : InteractType.Interact);
|
||||
return Translations.cmd_entityCmd_used;
|
||||
case ActionType.List:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue