diff options
author | TheHyper45 <86074167+TheHyper45@users.noreply.github.com> | 2021-06-19 23:25:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 23:25:24 +0200 |
commit | 3b35a00397d7919b0613be8f6f756beabad53edc (patch) | |
tree | ea928e8fe19f75cf1af2df6680acebe6a749aa9a /src/Mobs/Wolf.cpp | |
parent | Move More CI into Jenkins - Travis Migration Progress (#5241) (diff) | |
download | cuberite-3b35a00397d7919b0613be8f6f756beabad53edc.tar cuberite-3b35a00397d7919b0613be8f6f756beabad53edc.tar.gz cuberite-3b35a00397d7919b0613be8f6f756beabad53edc.tar.bz2 cuberite-3b35a00397d7919b0613be8f6f756beabad53edc.tar.lz cuberite-3b35a00397d7919b0613be8f6f756beabad53edc.tar.xz cuberite-3b35a00397d7919b0613be8f6f756beabad53edc.tar.zst cuberite-3b35a00397d7919b0613be8f6f756beabad53edc.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Wolf.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Wolf.cpp b/src/Mobs/Wolf.cpp index 0a3a12ea7..2b45faa2b 100644 --- a/src/Mobs/Wolf.cpp +++ b/src/Mobs/Wolf.cpp @@ -166,6 +166,7 @@ void cWolf::ReceiveNearbyFightInfo(const cUUID & a_PlayerID, cPawn * a_Opponent, void cWolf::OnRightClicked(cPlayer & a_Player) { + cMonster::OnRightClicked(a_Player); const cItem & EquippedItem = a_Player.GetEquippedItem(); const int EquippedItemType = EquippedItem.m_ItemType; |