diff options
author | Mattes D <github@xoft.cz> | 2021-04-12 10:12:03 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-04-12 15:09:52 +0200 |
commit | 0137e71f6b56f0333b120f807e6d791b6b29aa4b (patch) | |
tree | 8240374fdcbd35356aacfe0f92ec8602865e8ac5 /src/Items | |
parent | Update the minimodules (diff) | |
download | cuberite-0137e71f6b56f0333b120f807e6d791b6b29aa4b.tar cuberite-0137e71f6b56f0333b120f807e6d791b6b29aa4b.tar.gz cuberite-0137e71f6b56f0333b120f807e6d791b6b29aa4b.tar.bz2 cuberite-0137e71f6b56f0333b120f807e6d791b6b29aa4b.tar.lz cuberite-0137e71f6b56f0333b120f807e6d791b6b29aa4b.tar.xz cuberite-0137e71f6b56f0333b120f807e6d791b6b29aa4b.tar.zst cuberite-0137e71f6b56f0333b120f807e6d791b6b29aa4b.zip |
Diffstat (limited to 'src/Items')
-rw-r--r-- | src/Items/ItemMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemMap.h b/src/Items/ItemMap.h index 2d939676a..59fddd3fb 100644 --- a/src/Items/ItemMap.h +++ b/src/Items/ItemMap.h @@ -21,7 +21,7 @@ public: { } - virtual void OnUpdate(cWorld * a_World, cPlayer * a_Player, const cItem & a_Item) + virtual void OnUpdate(cWorld * a_World, cPlayer * a_Player, const cItem & a_Item) override { cMap * Map = a_World->GetMapManager().GetMapData(static_cast<unsigned>(a_Item.m_ItemDamage)); |