summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemVines.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2022-01-02 12:56:36 +0100
committerGitHub <noreply@github.com>2022-01-02 12:56:36 +0100
commitc52f299e724bf893944553ac3aeedf7bf0a58241 (patch)
tree071ed4a45a7054231f60a9dd705dc4d69d10e6c6 /src/Items/ItemVines.h
parentWriteBlockEntity: don't write position multiple times (#5373) (diff)
downloadcuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar
cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.gz
cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.bz2
cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.lz
cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.xz
cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.tar.zst
cuberite-c52f299e724bf893944553ac3aeedf7bf0a58241.zip
Diffstat (limited to '')
-rw-r--r--src/Items/ItemVines.h (renamed from src/Items/ItemVine.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemVine.h b/src/Items/ItemVines.h
index be5cf4588..07b6ec23e 100644
--- a/src/Items/ItemVine.h
+++ b/src/Items/ItemVines.h
@@ -7,7 +7,7 @@
-class cItemVineHandler final :
+class cItemVinesHandler final :
public cItemHandler
{
using Super = cItemHandler;