mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
parent
7134a081c1
commit
c581ac95c3
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ namespace MinecraftClient.ChatBots
|
||||||
|
|
||||||
public override void OnEntityDespawn(Entity entity)
|
public override void OnEntityDespawn(Entity entity)
|
||||||
{
|
{
|
||||||
if(entity.TypeID == 102)
|
if(entity.TypeID == 102 && isFishing)
|
||||||
{
|
{
|
||||||
if(entity.ID == fishingRod.ID)
|
if(entity.ID == fishingRod.ID)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue